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

Unified Diff: chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc

Issue 1685883003: Remove HostDesktopType from AppLaunchParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-15
Patch Set: 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/views/app_list/win/app_list_controller_delegate_win.cc
diff --git a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc b/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc
index b2ff1d486e4ef262eb98c155e96f475fb7b312fc..5a563ad378261d72c243761f5c08aaae227fb87d 100644
--- a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc
+++ b/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc
@@ -27,7 +27,3 @@ gfx::ImageSkia AppListControllerDelegateWin::GetWindowIcon() {
GetImageSkiaNamed(GetAppListIconResourceId());
return *resource;
}
-
-void AppListControllerDelegateWin::FillLaunchParams(AppLaunchParams* params) {
- params->desktop_type = chrome::HOST_DESKTOP_TYPE_NATIVE;
-}

Powered by Google App Engine
This is Rietveld 408576698