Index: chrome/browser/ui/app_list/app_list_service.h |
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h |
index 91fbe7f3ef88170a05365bbcca4c242cdccd33fa..ce923006b03b40521499cf2769337d17bcc0c94b 100644 |
--- a/chrome/browser/ui/app_list/app_list_service.h |
+++ b/chrome/browser/ui/app_list/app_list_service.h |
@@ -103,6 +103,9 @@ class AppListService { |
// Returns a pointer to the platform specific AppListControllerDelegate. |
virtual AppListControllerDelegate* GetControllerDelegate() = 0; |
+ // Create a platform-specific shortcut for the app list. |
+ virtual void CreateShortcut() = 0; |
+ |
protected: |
AppListService() {} |
virtual ~AppListService() {} |