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

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

Issue 1554683003: Preparation for removal of ChromeBrowserStateManager::Shutdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | 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 cec5b460fc05b09ccbdbe6248210215a02091505..1a992cce04580c1015770502630e6510b70d0e2d 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
@@ -28,7 +28,7 @@ class ChromeBrowserStateManager {
// Temporary method to help migrating from ProfileManager to
// ChromeBrowserStateManager.
- virtual void ShutDown() = 0;
+ virtual void ShutDown() {}
// Returns the ChromeBrowserState that was last used, creating one if
// necessary.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698