| 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 9cc514c960eb80c569b8a2f4f9dfed30c963153e..6fe68aec17630916bfde82251a5120c1da7f5b56 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| @@ -48,6 +48,7 @@ class AppListServiceImpl : public AppListService,
|
| virtual void AutoShowForProfile(Profile* requested_profile) OVERRIDE;
|
| virtual void EnableAppList(Profile* initial_profile,
|
| AppListEnableSource enable_source) OVERRIDE;
|
| + virtual void CreateShortcut() OVERRIDE;
|
|
|
| protected:
|
| AppListServiceImpl();
|
| @@ -61,9 +62,6 @@ class AppListServiceImpl : public AppListService,
|
| // list, and records UMA stats delayed from a previous Chrome process.
|
| void PerformStartupChecks(Profile* initial_profile);
|
|
|
| - // Create a platform-specific shortcut for the app list.
|
| - virtual void CreateShortcut();
|
| -
|
| private:
|
| static void SendAppListStats();
|
|
|
|
|