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

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

Issue 14820030: Move Chrome OS switches to chromeos/chromeos_switches.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 7 years, 7 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 a31b3f4966945ed6205b934cb219f9cb08f8d351..0402e02f58f924ff625d0a4bfc5d7328d3517409 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -78,8 +78,6 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kDisableForceCompositingMode,
::switches::kDisableGpuShaderDiskCache,
::switches::kDisableGpuWatchdog,
- ::switches::kDisableLoginAnimations,
- ::switches::kDisableOobeAnimation,
::switches::kDisablePanelFitting,
::switches::kDisableSeccompFilterSandbox,
::switches::kDisableThreadedCompositing,
@@ -100,9 +98,6 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kEnableVsyncNotification,
::switches::kForceDeviceScaleFactor,
::switches::kGpuStartupDialog,
- ::switches::kHasChromeOSDiamondKey,
- ::switches::kHasChromeOSKeyboard,
- ::switches::kNaturalScrollDefault,
::switches::kNoSandbox,
::switches::kPpapiFlashArgs,
::switches::kPpapiFlashInProcess,
@@ -167,7 +162,12 @@ std::string DeriveCommandLine(const GURL& start_url,
cc::switches::kUIDisablePartialSwap,
cc::switches::kUIEnablePerTilePainting,
chromeos::switches::kDbusStub,
+ chromeos::switches::kDisableLoginAnimations,
+ chromeos::switches::kDisableOobeAnimation,
+ chromeos::switches::kHasChromeOSDiamondKey,
+ chromeos::switches::kHasChromeOSKeyboard,
chromeos::switches::kLoginProfile,
+ chromeos::switches::kNaturalScrollDefault,
gfx::switches::kEnableBrowserTextSubpixelPositioning,
gfx::switches::kEnableWebkitTextSubpixelPositioning,
views::corewm::switches::kNoDropShadows,
« no previous file with comments | « chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.cc ('k') | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698