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

Unified Diff: ios/chrome/browser/ui/fullscreen_controller.mm

Issue 2775623002: [ios] WebStateList owns all WebState it manages. (Closed)
Patch Set: Fix gn check Created 3 years, 8 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
Index: ios/chrome/browser/ui/fullscreen_controller.mm
diff --git a/ios/chrome/browser/ui/fullscreen_controller.mm b/ios/chrome/browser/ui/fullscreen_controller.mm
index 2d37826f539b664ab1dde19a57616223b68c3f2f..6a1eeb96fb46f4943cf548fc458cb4f1645b01c9 100644
--- a/ios/chrome/browser/ui/fullscreen_controller.mm
+++ b/ios/chrome/browser/ui/fullscreen_controller.mm
@@ -713,10 +713,6 @@ BOOL CGFloatEquals(CGFloat a, CGFloat b) {
}
}
-- (void)webControllerWillClose:(CRWWebController*)webController {
- [webController removeObserver:self];
-}
-
#pragma mark -
#pragma mark CRWWebViewScrollViewObserver
« no previous file with comments | « ios/chrome/browser/ui/contextual_search/contextual_search_results_view.mm ('k') | ios/chrome/browser/ui/omnibox_perftest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698