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

Unified Diff: ios/chrome/browser/browser_state/browser_state_info_cache_observer.h

Issue 1411573009: [iOS] Remove BrowserState names in BrowserStateInfoCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename method Created 5 years, 2 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/chrome/browser/browser_state/browser_state_info_cache.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state/browser_state_info_cache_observer.h
diff --git a/ios/chrome/browser/browser_state/browser_state_info_cache_observer.h b/ios/chrome/browser/browser_state/browser_state_info_cache_observer.h
index 9a77b8587c4166db88b17201338170d6f756f755..2d8d91c0b2737cf5a2e185b4e361387c14f6f9be 100644
--- a/ios/chrome/browser/browser_state/browser_state_info_cache_observer.h
+++ b/ios/chrome/browser/browser_state/browser_state_info_cache_observer.h
@@ -22,8 +22,7 @@ class BrowserStateInfoCacheObserver {
virtual void OnBrowserStateAdded(const base::FilePath& path) = 0;
// Called when a BrowserState has been removed.
- virtual void OnBrowserStateWasRemoved(const base::FilePath& path,
- const base::string16& name) = 0;
+ virtual void OnBrowserStateWasRemoved(const base::FilePath& path) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(BrowserStateInfoCacheObserver);
« no previous file with comments | « ios/chrome/browser/browser_state/browser_state_info_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698