Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 78f164ded7963da95c57d6702015d5db3bf36715..b1fdcbcdccfdb1ab1a77c713cdb14e7652c2811d 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -17,6 +17,11 @@ const char kAppOemManifestFile[] = "app-mode-oem-manifest"; |
// Possible values: parallel|postpone. Default: parallel. |
const char kAshWebUIInit[] = "ash-webui-init"; |
+// Default wallpaper to use for kids accounts |
+// (as paths to trusted, non-user-writable JPEG files). |
+const char kChildWallpaperLarge[] = "child-wallpaper-large"; |
+const char kChildWallpaperSmall[] = "child-wallpaper-small"; |
+ |
// Specifies the URL of the consumer device management backend. |
const char kConsumerDeviceManagementUrl[] = "consumer-device-management-url"; |