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

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: comments resolved 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
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c1421d493c2bd502aabd41183eb2b7c5178064b4..17c610cbec87d016f07cdcb66b09f06e39825b3e 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";
+
// Disables gdata content provider.
const char kDisableGData[] = "disable-gdata";
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698