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

Unified Diff: chrome/browser/ui/browser_command_controller.cc

Issue 16035013: ProfileInfoCacheObserver: All methods now have a default empty implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 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 | « chrome/browser/ui/browser_command_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_command_controller.cc
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index 3579b2bac06da0e72a02b54be6b05dee91e6d7ee..c5d34be9b67c2f59ebd0a9fcec7157f3fbcab991 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -721,19 +721,6 @@ void BrowserCommandController::OnProfileWasRemoved(
UpdateCommandsForMultipleProfiles();
}
-void BrowserCommandController::OnProfileWillBeRemoved(
- const base::FilePath& profile_path) {
-}
-
-void BrowserCommandController::OnProfileNameChanged(
- const base::FilePath& profile_path,
- const string16& old_profile_name) {
-}
-
-void BrowserCommandController::OnProfileAvatarChanged(
- const base::FilePath& profile_path) {
-}
-
////////////////////////////////////////////////////////////////////////////////
// BrowserCommandController, SigninPrefObserver implementation:
« no previous file with comments | « chrome/browser/ui/browser_command_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698