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

Unified Diff: chrome/browser/ui/extensions/app_launch_params.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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/extensions/app_launch_params.h
diff --git a/chrome/browser/ui/extensions/app_launch_params.h b/chrome/browser/ui/extensions/app_launch_params.h
index 3b69479c6c798b17f29bb1d516b9fda03de41f45..d6c6b2d694e4e499dc2222b7efc8e17280b2d1f3 100644
--- a/chrome/browser/ui/extensions/app_launch_params.h
+++ b/chrome/browser/ui/extensions/app_launch_params.h
@@ -43,7 +43,7 @@ struct AppLaunchParams {
AppLaunchParams(Profile* profile,
const extensions::Extension* extension,
WindowOpenDisposition disposition,
- chrome::HostDesktopType desktop_type,
+ ui::HostDesktopType desktop_type,
extensions::AppLaunchSource source);
~AppLaunchParams();
@@ -61,7 +61,7 @@ struct AppLaunchParams {
WindowOpenDisposition disposition;
// The desktop type to launch on. Uses GetActiveDesktop() if unspecified.
- chrome::HostDesktopType desktop_type;
+ ui::HostDesktopType desktop_type;
// If non-empty, use override_url in place of the application's launch url.
GURL override_url;

Powered by Google App Engine
This is Rietveld 408576698