Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Unified Diff: webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m

Issue 1822543002: Support delayed AudioUnit initialization. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
index 7dda2fc02b2da4fc588b683d0e1b6e901105330b..b169ca41fb520015a114f9df35f2df14dd450968 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
+++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
@@ -43,12 +43,6 @@
return YES;
}
-- (void)applicationWillResignActive:(UIApplication *)application {
- ARDMainViewController *viewController =
- (ARDMainViewController *)_window.rootViewController;
- [viewController applicationWillResignActive:application];
-}
-
- (void)applicationWillTerminate:(UIApplication *)application {
RTCShutdownInternalTracer();
RTCCleanupSSL();
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698