Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4055)

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate_impl.h

Issue 1707773002: Revert of Remove HostDesktopType from AppLaunchParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-15
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698