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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10834081: Enable wallpaper boot animation for boot into sign in too. Add flag to disable it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review + SetZeroDelays in tests Created 8 years, 5 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 32049472f71dbc9250832d4f75e54a4748e0acce..b8f47f0fce40dca65788ffd4a745467376883042 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1340,6 +1340,9 @@ const char kTabletUI[] = "tablet-ui";
#endif
#if defined(OS_CHROMEOS)
+// Disables wallpaper boot animation (except of OOBE case).
+const char kDisableBootAnimation[] = "disable-boot-animation";
+
// Disables gdata content provider.
const char kDisableGData[] = "disable-gdata";
« chrome/browser/chromeos/login/webui_login_display_host.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698