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

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: 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/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d0353bf86fa74a0a3cbefd71eccc8b57791da1c4..48f3050bfad8633ecdec8aa2bff0a1b53d756fd2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1344,6 +1344,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";
@@ -1388,6 +1391,9 @@ const char kEnableUnsupportedBluetoothDevices[] =
// Enables the experimental wallpaper picker UI.
const char kExperimentalWallpaperUI[] = "experimental-wallpaper-ui";
+// Passed to Chrome on first boot. Not passed on restart after sign out.
+const char kFirstBoot[] = "first-boot";
+
// Path for the screensaver used in Kiosk mode
const char kKioskModeScreensaverPath[] = "kiosk-mode-screensaver-path";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698