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

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

Issue 10228020: Propagate gpu debugging flags in guest mode (Closed) Base URL: http://git.chromium.org/git/chromium/src@master
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | 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 a14702fd35e191d7adc33cc53b2e46960c88be2a..e204468fb145b6b5bd46e3e256a486631e7e40b1 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -1045,6 +1045,7 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
switches::kDeviceManagementUrl,
switches::kDisableAccelerated2dCanvas,
switches::kDisableAcceleratedPlugins,
+ switches::kDisableGpuWatchdog,
switches::kDisableLoginAnimations,
switches::kDisableSeccompSandbox,
switches::kDisableThreadedAnimation,
@@ -1057,13 +1058,16 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
switches::kEnableTouchEvents,
switches::kDisableThreadedCompositing,
switches::kForceCompositingMode,
+ switches::kGpuStartupDialog,
switches::kLoginProfile,
switches::kScrollPixels,
switches::kNoFirstRun,
+ switches::kNoSandbox,
switches::kPpapiFlashArgs,
switches::kPpapiFlashInProcess,
switches::kPpapiFlashPath,
switches::kPpapiFlashVersion,
+ switches::kRendererStartupDialog,
switches::kFlingTapSuppressMaxDown,
switches::kFlingTapSuppressMaxGap,
switches::kTouchDevices,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698