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

Unified Diff: ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h

Issue 1463833002: [iOS] Unfork ChromeBrowserStateManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/chrome/browser/sync/glue/sync_start_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h
diff --git a/ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h b/ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h
index 3e548da59d0624efa39a8f74864ec39dea2fb187..e5c28c3211839ff80e729eb304537d217aaeb0ae 100644
--- a/ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h
+++ b/ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h
@@ -32,14 +32,13 @@ class ChromeBrowserStateManager {
// Returns the ChromeBrowserState associated with |path|, creating one if
// necessary.
- virtual ChromeBrowserState* GetChromeBrowserState(
- const base::FilePath& path) = 0;
+ virtual ChromeBrowserState* GetBrowserState(const base::FilePath& path) = 0;
// Returns the BrowserStateInfoCache associated with this manager.
virtual BrowserStateInfoCache* GetBrowserStateInfoCache() = 0;
// Returns the list of loaded ChromeBrowserStates.
- virtual std::vector<ChromeBrowserState*> GetLoadedChromeBrowserStates() = 0;
+ virtual std::vector<ChromeBrowserState*> GetLoadedBrowserStates() = 0;
protected:
ChromeBrowserStateManager() {}
« no previous file with comments | « ios/chrome/browser/sync/glue/sync_start_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698