Index: chrome/browser/ui/app_list/app_list_service_impl.h |
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h |
index 40c6c08955862dd5106ba05545ab6cd70fa46554..91909ccafc296b94fc1c1df4cf71c123ad19f6ee 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_impl.h |
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h |
@@ -78,15 +78,8 @@ class AppListServiceImpl : public AppListService, |
virtual Profile* GetCurrentAppListProfile() OVERRIDE; |
// ProfileInfoCacheObserver overrides: |
- virtual void OnProfileAdded(const base::FilePath& profilePath) OVERRIDE; |
virtual void OnProfileWillBeRemoved( |
const base::FilePath& profile_path) OVERRIDE; |
- virtual void OnProfileWasRemoved(const base::FilePath& profile_path, |
- const string16& profile_name) OVERRIDE; |
- virtual void OnProfileNameChanged(const base::FilePath& profile_path, |
- const string16& profile_name) OVERRIDE; |
- virtual void OnProfileAvatarChanged( |
- const base::FilePath& profile_path) OVERRIDE; |
// content::NotificationObserver |
virtual void Observe(int type, |