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

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

Issue 11938025: ChromeOS default switches cleanup - switches::kEnableThreadedCompositing and switches::kEnableSmoot… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/gpu/compositor_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 469da74f94f6f4f3ad3e911a95f0a54ccdf7c6f3..c1e8463345f91a501dd9828e31a045f66be321a9 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -722,13 +722,14 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
static const char* kForwardSwitches[] = {
::switches::kAllowWebUICompositing,
::switches::kDeviceManagementUrl,
- ::switches::kForceDeviceScaleFactor,
::switches::kDisableAccelerated2dCanvas,
::switches::kDisableAcceleratedPlugins,
::switches::kDisableAcceleratedVideoDecode,
+ ::switches::kDisableForceCompositingMode,
::switches::kDisableGpuWatchdog,
::switches::kDisableLoginAnimations,
::switches::kDisableOobeAnimation,
+ ::switches::kDisableThreadedCompositing,
::switches::kDisableSeccompFilterSandbox,
::switches::kDisableSeccompSandbox,
::switches::kEnableAcceleratedOverflowScroll,
@@ -737,11 +738,8 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
::switches::kEnableLogging,
::switches::kEnablePinch,
::switches::kEnableGestureTapHighlight,
- ::switches::kEnableSmoothScrolling,
- ::switches::kEnableThreadedCompositing,
::switches::kEnableViewport,
- ::switches::kDisableThreadedCompositing,
- ::switches::kForceCompositingMode,
+ ::switches::kForceDeviceScaleFactor,
::switches::kGpuStartupDialog,
::switches::kHasChromeOSKeyboard,
::switches::kLoginProfile,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/gpu/compositor_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698