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

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

Issue 1807743003: Remove HostDesktopType from AppLaunchParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp-parent
Patch Set: . Created 4 years, 9 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.cc
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
index c84f4d5f026b8a6d3849b579aa636e6e01ef46b2..ce5f49fea0da7bd7e654fc160f7c9b066bf6b058 100644
--- a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
@@ -111,8 +111,8 @@ void AppListControllerDelegateImpl::LaunchApp(
int event_flags) {
AppListServiceImpl::RecordAppListAppLaunch();
- AppLaunchParams params(profile, extension, NEW_FOREGROUND_TAB,
- extensions::SOURCE_APP_LAUNCHER);
+ AppLaunchParams params = CreateAppLaunchParamsUserContainer(
+ profile, extension, NEW_FOREGROUND_TAB, extensions::SOURCE_APP_LAUNCHER);
if (source != LAUNCH_FROM_UNKNOWN &&
extension->id() == extensions::kWebStoreAppId) {

Powered by Google App Engine
This is Rietveld 408576698