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 8118547f248bc544c779d22e1e1b7fac6dd4b3c4..624f6547dfecfbac9d2f1ccf3baf0a6e4c66551a 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,14 @@ class AppListServiceImpl : public AppListService, |
static void RecordAppListAppLaunch(); |
static void SendAppListStats(); |
+ // AppListService overrides: |
+ virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE; |
+ |
+ // 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(); |
@@ -54,8 +62,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; |
private: |