| 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];
|
| }
|
|
|
|
|