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

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

Issue 10459016: Disable accelerated animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just switch enable/disable. Don't rename flag. Created 8 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/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 0f5bcb62af78cb402b3cb18ba96ab4af70a25402..b2c05381b083d0f85658fd693ff3c08682b7de42 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -1053,7 +1053,7 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
::switches::kDisableLoginAnimations,
::switches::kDisableSeccompFilterSandbox,
::switches::kDisableSeccompSandbox,
- ::switches::kDisableThreadedAnimation,
+ ::switches::kEnableThreadedAnimation,
::switches::kEnableDevicePolicy,
::switches::kEnableGView,
::switches::kEnableLogging,

Powered by Google App Engine
This is Rietveld 408576698