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

Unified Diff: chrome/browser/about_flags.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: . 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0a30e2daef3db931970d48eeb479509ccc244be5..b1af394fed82fcea1d896f7f86d5e3885a33ce4e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -824,6 +824,13 @@ const Experiment kExperiments[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(switches::kDisableNewOobe),
},
+ {
+ "disable-boot-animation",
+ IDS_FLAGS_DISABLE_BOOT_ANIMATION,
+ IDS_FLAGS_DISABLE_BOOT_ANIMATION_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kDisableBootAnimation),
+ },
#endif
{
"enable-views-textfield",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698