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"; |