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

Unified Diff: chrome/common/chrome_switches.h

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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 19f719c9f49145b50153e11c12fb51fbdfdf7bbc..bdf479d34f7202bdf56d544411e587538fa664c2 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -101,7 +101,6 @@ extern const char kDisableIPv6[];
extern const char kDisableIPPooling[];
extern const char kDisableNonFullscreenMouseLock[];
extern const char kDisableNTPOtherSessionsMenu[];
-extern const char kDisableLoginAnimations[];
extern const char kDisablePopupBlocking[];
extern const char kDisablePreconnect[];
extern const char kDisablePromptOnRepost[];
@@ -372,6 +371,8 @@ extern const char kTabletUI[];
// Keep switches in alphabetical order.
extern const char kAshWebUIInit[];
extern const char kDisableBootAnimation[];
+extern const char kDisableLoginAnimations[];
+extern const char kDisableOobeAnimation[];
extern const char kDisableGData[];
extern const char kDisableHtml5Camera[];
extern const char kDisableNewOobe[];

Powered by Google App Engine
This is Rietveld 408576698