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

Unified Diff: ios/clean/chrome/browser/browser_coordinator.h

Issue 2667873002: [ios clean] Remove stop on Browser coordinator dealloc (Closed)
Patch Set: Disable Test Created 3 years, 11 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/clean/chrome/browser/browser_coordinator.h
diff --git a/ios/clean/chrome/browser/browser_coordinator.h b/ios/clean/chrome/browser/browser_coordinator.h
index d28987e6f73d1a769a5303f28076639dd2603ada..550c4dbdb4bafac3cf8c6f0e26d67e05a8820848 100644
--- a/ios/clean/chrome/browser/browser_coordinator.h
+++ b/ios/clean/chrome/browser/browser_coordinator.h
@@ -39,7 +39,7 @@ class ChromeBrowserState;
// it.
- (void)start;
-// Stops the user interaction managed by the receiver. Called on dealloc.
+// Stops the user interaction managed by the receiver.
- (void)stop;
@end

Powered by Google App Engine
This is Rietveld 408576698