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; |
tapted
2014/05/05 07:02:01
multi-nit: you'll need to update comments like
jackhou1
2014/05/06 04:47:58
Done.
|
+ |
protected: |
AppListService() {} |
virtual ~AppListService() {} |