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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10831325: Add --disable-oobe-animation flag to disable OOBE animation on slow hardware (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c1421d493c2bd502aabd41183eb2b7c5178064b4..d85888aa2f45147207a28e22c6747702136a488a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -348,9 +348,6 @@ const char kDisableIPPooling[] = "disable-ip-pooling";
const char kDisableNonFullscreenMouseLock[] =
"disable-non-fullscreen-mouse-lock";
-// Avoid doing expensive animations upon login.
-const char kDisableLoginAnimations[] = "disable-login-animations";
-
// Disables the menu on the NTP for accessing sessions from other devices.
const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
@@ -1377,6 +1374,12 @@ const char kAshWebUIInit[] = "ash-webui-init";
// Disables wallpaper boot animation (except of OOBE case).
const char kDisableBootAnimation[] = "disable-boot-animation";
+// Avoid doing expensive animations upon login.
+const char kDisableLoginAnimations[] = "disable-login-animations";
+
+// Avoid doing animations upon oobe.
+const char kDisableOobeAnimation[] = "disable-oobe-animation";
Ivan Korotkov 2012/08/15 11:01:28 Align by =, please.
Dmitry Polukhin 2012/08/15 12:13:31 Done.
+
// Disables gdata content provider.
const char kDisableGData[] = "disable-gdata";

Powered by Google App Engine
This is Rietveld 408576698