| Index: ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h
|
| diff --git a/ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h b/ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h
|
| index 20987e09ae16a693a4b2511371ad86f24a21676b..1386b19fb11c53156db65e1e5a700f4a1db2903c 100644
|
| --- a/ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h
|
| +++ b/ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h
|
| @@ -34,6 +34,7 @@ class Browser;
|
|
|
| // Stops the user interaction managed by the receiver. This method needs to be
|
| // called at the beginning of the overriding implementation.
|
| +// Calling stop on a coordinator transitively calls stop on its children.
|
| - (void)stop NS_REQUIRES_SUPER;
|
|
|
| @end
|
|
|