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

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: zero 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 77dfee8e2d38555aa9c7621485ddbcd7dcb64c6c..3b305b6b744c8d62b4391e22ffca3044756a046a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1337,6 +1337,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/ui/webui/chromeos/login/oobe_ui.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