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

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

Issue 1685883003: Remove HostDesktopType from AppLaunchParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-15
Patch Set: cros 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.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..6b9e5985001f47e6ad9be6e904c9962544432eb8 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
@@ -124,7 +124,6 @@ void AppListControllerDelegateImpl::LaunchApp(
AppListSourceToString(source));
}
- FillLaunchParams(&params);
OpenApplication(params);
}
@@ -138,8 +137,6 @@ bool AppListControllerDelegateImpl::ShouldShowUserIcon() {
return g_browser_process->profile_manager()->GetNumberOfProfiles() > 1;
}
-void AppListControllerDelegateImpl::FillLaunchParams(AppLaunchParams* params) {}
-
void AppListControllerDelegateImpl::OnCloseCreateShortcutsPrompt(
bool created) {
OnCloseChildDialog();

Powered by Google App Engine
This is Rietveld 408576698