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

Unified Diff: chrome/browser/background/background_mode_manager.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
Index: chrome/browser/background/background_mode_manager.cc
diff --git a/chrome/browser/background/background_mode_manager.cc b/chrome/browser/background/background_mode_manager.cc
index b5e5eff1a3d3ea1e13cd00a4e957927ccd82b78b..640b25ac19cd96a03ca7f3aa5cfd40ca6cd5166b 100644
--- a/chrome/browser/background/background_mode_manager.cc
+++ b/chrome/browser/background/background_mode_manager.cc
@@ -435,11 +435,6 @@ void BackgroundModeManager::OnProfileWillBeRemoved(
}
}
-void BackgroundModeManager::OnProfileWasRemoved(
- const base::FilePath& profile_path,
- const string16& profile_name) {
-}
-
void BackgroundModeManager::OnProfileNameChanged(
const base::FilePath& profile_path,
const string16& old_profile_name) {
@@ -458,10 +453,6 @@ void BackgroundModeManager::OnProfileNameChanged(
}
}
-void BackgroundModeManager::OnProfileAvatarChanged(
- const base::FilePath& profile_path) {
-
-}
///////////////////////////////////////////////////////////////////////////////
// BackgroundModeManager::BackgroundModeData, ui::SimpleMenuModel overrides
bool BackgroundModeManager::IsCommandIdChecked(
« no previous file with comments | « chrome/browser/background/background_mode_manager.h ('k') | chrome/browser/profiles/profile_info_cache_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698