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

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

Issue 2735973003: Make BrowserCoordinator use a Browser instead of a BrowserState (Closed)
Patch Set: Remove unused import Created 3 years, 9 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
« no previous file with comments | « ios/clean/chrome/browser/browser_coordinator.mm ('k') | ios/clean/chrome/browser/ui/settings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/browser_coordinator+internal.h
diff --git a/ios/clean/chrome/browser/browser_coordinator+internal.h b/ios/clean/chrome/browser/browser_coordinator+internal.h
index 95197ccf42c3f902b5be0d6cab01927dbf53c02a..0fdec935159fff8e00c14f63d5a188a11ae5f579 100644
--- a/ios/clean/chrome/browser/browser_coordinator+internal.h
+++ b/ios/clean/chrome/browser/browser_coordinator+internal.h
@@ -48,7 +48,7 @@
// Adds |coordinator| as a child, taking ownership of it, setting the receiver's
// viewController (if any) as the child's baseViewController, and setting
-// the receiver's browserState as the child's browserState.
+// the receiver's |browser| as the child's |browser|.
- (void)addChildCoordinator:(BrowserCoordinator*)coordinator;
// Removes |coordinator| as a child, relinquishing ownership of it. If
« no previous file with comments | « ios/clean/chrome/browser/browser_coordinator.mm ('k') | ios/clean/chrome/browser/ui/settings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698