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(); |