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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 2314853003: Move ash::DisplayManager switches to ui::display (Closed)
Patch Set: Created 4 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/chromeos/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index 6171d3bfc30de0cada400fc6f7108392c2c50d1b..3996ac2516b81d092025a7cf6b16d31521c20ab0 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -120,12 +120,14 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kEnableRGBA4444Textures,
::switches::kEnableSlimmingPaintV2,
::switches::kEnableTouchDragDrop,
+ ::switches::kEnableUnifiedDesktop,
::switches::kEnableUseZoomForDSF,
::switches::kEnableViewport,
::switches::kEnableZeroCopy,
#if defined(USE_OZONE)
::switches::kExtraTouchNoiseFiltering,
#endif
+ ::switches::kHostWindowBounds,
::switches::kMainFrameResizesAreOrientationChanges,
::switches::kForceDeviceScaleFactor,
::switches::kForceGpuRasterization,
@@ -181,8 +183,6 @@ void DeriveCommandLine(const GURL& start_url,
ash::switches::kAshEnableTouchView,
ash::switches::kAshEnablePalette,
ash::switches::kAshEnableExperimentalPaletteFeatures,
- ash::switches::kAshEnableUnifiedDesktop,
- ash::switches::kAshHostWindowBounds,
ash::switches::kAshTouchHud,
ash::switches::kAuraLegacyPowerButton,
chromeos::switches::kDefaultWallpaperLarge,

Powered by Google App Engine
This is Rietveld 408576698