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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_service_ash.h

Issue 1020133002: Make AppListServiceAsh::OnProfileWillBeRemoved do nothing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delay_app_list_build_model
Patch Set: address comments Created 5 years, 9 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 | « no previous file | chrome/browser/ui/ash/app_list/app_list_service_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_service_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.h b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
index a8c42e9c9e6b45a1e698a7f158cc06ec8cbf31e8..6dcc302ca106a735869ebd314528e09f6124b984 100644
--- a/chrome/browser/ui/ash/app_list/app_list_service_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
@@ -21,6 +21,12 @@ class AppListServiceAsh : public AppListServiceImpl {
// AppListService overrides:
void Init(Profile* initial_profile) override;
+ // ProfileInfoCacheObserver overrides:
+ // On ChromeOS this should never happen. On other platforms, there is always a
+ // Non-ash AppListService that is responsible for handling this.
+ // TODO(calamity): Ash shouldn't observe the ProfileInfoCache at all.
+ void OnProfileWillBeRemoved(const base::FilePath& profile_path) override;
+
private:
friend struct DefaultSingletonTraits<AppListServiceAsh>;
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_list/app_list_service_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698