summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authormerkulova <merkulova@chromium.org>2015-01-29 09:17:13 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-29 17:19:44 +0000
commitd9203971810b5fe413c44741d83873982aee9f05 (patch)
tree15772e59037bf99b2a41d1e9603972784c73b842 /chromeos/chromeos_switches.h
parent220828053c8fd8735c654fdfb39356b1a7a3463c (diff)
downloadchromium_src-d9203971810b5fe413c44741d83873982aee9f05.zip
chromium_src-d9203971810b5fe413c44741d83873982aee9f05.tar.gz
chromium_src-d9203971810b5fe413c44741d83873982aee9f05.tar.bz2
Introducing new switches for default wallpapers for accounts for kids.
BUG=433787 Review URL: https://codereview.chromium.org/869073003 Cr-Commit-Position: refs/heads/master@{#313727}
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r--chromeos/chromeos_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 1ca9b66..345889d 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -24,6 +24,8 @@ namespace switches {
CHROMEOS_EXPORT extern const char kAppOemManifestFile[];
CHROMEOS_EXPORT extern const char kArtifactsDir[];
CHROMEOS_EXPORT extern const char kAshWebUIInit[];
+CHROMEOS_EXPORT extern const char kChildWallpaperLarge[];
+CHROMEOS_EXPORT extern const char kChildWallpaperSmall[];
CHROMEOS_EXPORT extern const char kConsumerDeviceManagementUrl[];
CHROMEOS_EXPORT extern const char kDefaultWallpaperIsOem[];
CHROMEOS_EXPORT extern const char kDefaultWallpaperLarge[];