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

Unified Diff: ios/clean/chrome/browser/ui/ntp/ntp_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
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab/tab_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/ntp/ntp_coordinator.mm
diff --git a/ios/clean/chrome/browser/ui/ntp/ntp_coordinator.mm b/ios/clean/chrome/browser/ui/ntp/ntp_coordinator.mm
index 3ead5f6b5057058e7a269a346ad049148002fca1..bcfe9259e7aff6f64528d6959902b4de64b629ae 100644
--- a/ios/clean/chrome/browser/ui/ntp/ntp_coordinator.mm
+++ b/ios/clean/chrome/browser/ui/ntp/ntp_coordinator.mm
@@ -47,11 +47,6 @@
- (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];
- }
[self.browser->dispatcher() stopDispatchingToTarget:self];
}
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab/tab_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698