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

Unified Diff: chrome/common/chrome_switches.h

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: merge 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 7970141b558ab810be82a58e87f88de2b4ce6fb4..8acf8adb6ed13f4151d73fd50fb068b609ffa0ed 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -365,6 +365,7 @@ extern const char kTabletUI[];
#if defined(OS_CHROMEOS)
// Keep switches in alphabetical order.
+extern const char kDisableBootAnimation[];
extern const char kDisableGData[];
extern const char kDisableHtml5Camera[];
extern const char kDisableNewOobe[];
@@ -378,6 +379,7 @@ extern const char kEnableONCPolicy[];
extern const char kEnableStaticIPConfig[];
extern const char kEnableUnsupportedBluetoothDevices[];
extern const char kExperimentalWallpaperUI[];
+extern const char kFirstBoot[];
extern const char kKioskModeScreensaverPath[];
extern const char kLoginManager[];
// TODO(avayvod): Remove this flag when it's unnecessary for testing
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698