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

Unified Diff: ios/clean/chrome/browser/ui/tab/tab_coordinator.mm

Issue 2812303003: BrowserCoordinator stops its children. (Closed)
Patch Set: Rebased 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/clean/chrome/browser/ui/tab/tab_coordinator.mm
diff --git a/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm b/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
index 65bc96c0f1fbb73d01ec68637af8b9fb4af41877..f3fa64965c2fabeb23e1592f95f3bf0fe2c2ffcb 100644
--- a/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
+++ b/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
@@ -99,11 +99,6 @@ const BOOL kUseBottomToolbar = NO;
- (void)stop {
[super stop];
- // PLACEHOLDER: Stop child coordinators here for now. We might deal with this
- // differently later on.
- for (BrowserCoordinator* child in self.children) {
- [child stop];
- }
_webStateObserver.reset();
[self.browser->dispatcher() stopDispatchingToTarget:self];
}
« no previous file with comments | « ios/clean/chrome/browser/ui/ntp/ntp_coordinator.mm ('k') | ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698