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

Unified Diff: ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h

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/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
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/tab_coordinator.mm ('k') | ios/shared/chrome/browser/ui/coordinators/browser_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698