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