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

Unified Diff: chrome/browser/ui/app_list/app_list_service_impl.h

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 years, 4 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/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 438b71e452f69b6fbc3cd74390dfecf04d736ec9..c7aee8a1bf2f0c67c500b41efa95acdc20a97d69 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.h
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h
@@ -28,6 +28,13 @@ class AppListServiceImpl : public AppListService,
static void RecordAppListAppLaunch();
static void SendAppListStats();
+ // AppListService overrides:
+ virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE;
koz (OOO until 15th September) 2013/08/08 06:25:02 nit: newline
calamity 2013/08/09 09:10:57 Done.
+ // Shows the app list for the profile at the current |profile_path|. If the
+ // profile has not been loaded, this will load the profile and then show the
+ // app list.
+ virtual void Show() OVERRIDE;
+
protected:
AppListServiceImpl();
virtual ~AppListServiceImpl();
@@ -52,8 +59,6 @@ class AppListServiceImpl : public AppListService,
// Returns the app list path configured in BrowserProcess::local_state().
virtual base::FilePath GetProfilePath(
const base::FilePath& user_data_dir) OVERRIDE;
- virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE;
- virtual void Show() OVERRIDE;
virtual void EnableAppList(Profile* initial_profile) OVERRIDE;
virtual AppListControllerDelegate* CreateControllerDelegate() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698