Index: chrome/browser/ui/app_list/app_list_controller_delegate_impl.h |
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.h b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.h |
index 4034d26bec912b869c11889164ea22d1fb1be546..8aefc2a8d7d292fef714fdfe7049088551cbf5f9 100644 |
--- a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.h |
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.h |
@@ -55,6 +55,10 @@ class AppListControllerDelegateImpl : public AppListControllerDelegate { |
void ShowForProfileByPath(const base::FilePath& profile_path) override; |
bool ShouldShowUserIcon() override; |
+ protected: |
+ // Perform platform-specific adjustments of |params| before OpenApplication(). |
+ virtual void FillLaunchParams(AppLaunchParams* params); |
+ |
private: |
void OnCloseCreateShortcutsPrompt(bool created); |