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

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: undo app_list_service_mac changes Created 7 years, 5 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 5f7d70f34f322297c6ae513bc38fcc7776bb5b4b..5d79de99414ffba027baa3b2d9e509af9ed1fe6d 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.h
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h
@@ -35,6 +35,7 @@ class AppListServiceImpl : public AppListService,
static void RecordAppListLaunch();
static void RecordAppListAppLaunch();
static void SendAppListStats();
+ void ShowForProfileAtIndex(size_t index);
protected:
AppListServiceImpl();
@@ -50,6 +51,9 @@ class AppListServiceImpl : public AppListService,
// app list. Currently this allows for enabling or disabling the app list.
void HandleCommandLineFlags(Profile* initial_profile);
+ // Shows the app list for the profile at the given index. If the profile has
tapted 2013/07/31 05:43:53 comment has become detached from the function. (an
calamity 2013/08/01 08:35:45 Done.
+ // not been loaded, this will load the profile and then show the app list.
koz (OOO until 15th September) 2013/07/31 03:01:42 This comment has become detached from its function
+
// Create a platform-specific shortcut for the app list.
virtual void CreateShortcut();

Powered by Google App Engine
This is Rietveld 408576698