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

Unified Diff: chrome/browser/ui/app_list/app_list_service_impl.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/app_list/app_list_service_impl.h ('k') | chrome/browser/ui/browser_command_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service_impl.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc
index be8f90dbb6efe1d7cc21390a6af6f785219d6ded..f04b303205a71620fc0782ce84681d6be3ca9117 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.cc
+++ b/chrome/browser/ui/app_list/app_list_service_impl.cc
@@ -137,17 +137,6 @@ AppListControllerDelegate* AppListServiceImpl::CreateControllerDelegate() {
void AppListServiceImpl::OnSigninStatusChanged() {}
-void AppListServiceImpl::OnProfileAdded(const base::FilePath& profilePath) {}
-
-void AppListServiceImpl::OnProfileWasRemoved(
- const base::FilePath& profile_path, const string16& profile_name) {}
-
-void AppListServiceImpl::OnProfileNameChanged(
- const base::FilePath& profile_path, const string16& profile_name) {}
-
-void AppListServiceImpl::OnProfileAvatarChanged(
- const base::FilePath& profile_path) {}
-
// We need to watch for profile removal to keep kAppListProfile updated.
void AppListServiceImpl::OnProfileWillBeRemoved(
const base::FilePath& profile_path) {
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_impl.h ('k') | chrome/browser/ui/browser_command_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698