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

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

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/views/app_list/win/app_list_controller_delegate_win.h
diff --git a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h b/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h
index 0b54d1b595dfcc57a7e8327a781be9f7983a00d6..80fefda142102290ee38eaa4b0617abf2b273e0e 100644
--- a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h
+++ b/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h
@@ -19,9 +19,6 @@ class AppListControllerDelegateWin : public AppListControllerDelegateViews {
gfx::ImageSkia GetWindowIcon() override;
private:
- // AppListcontrollerDelegateImpl:
- void FillLaunchParams(AppLaunchParams* params) override;
-
DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateWin);
};

Powered by Google App Engine
This is Rietveld 408576698