Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 7f9b99b84c1fc038846a9e360d8512bdc6038b61..2e67ee5bf9d1cf27132fbb59d22c9f423b745e8e 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -29,6 +29,17 @@ const char kAshCopyHostBackgroundAtBoot[] = "ash-copy-host-background-at-boot"; |
// Enable keyboard shortcuts useful for debugging. |
const char kAshDebugShortcuts[] = "ash-debug-shortcuts"; |
+// Default wallpaper to use in guest mode (as paths to trusted, |
+// non-user-writable JPEG files). |
+const char kAshDefaultGuestWallpaperLarge[] = |
+ "ash-default-guest-wallpaper-large"; |
+const char kAshDefaultGuestWallpaperSmall[] = |
+ "ash-default-guest-wallpaper-small"; |
+ |
+// Default wallpaper to use (as paths to trusted, non-user-writable JPEG files). |
+const char kAshDefaultWallpaperLarge[] = "ash-default-wallpaper-large"; |
+const char kAshDefaultWallpaperSmall[] = "ash-default-wallpaper-small"; |
+ |
// Disable auto window maximization logic. |
const char kAshDisableAutoMaximizing[] = "ash-disable-auto-maximizing"; |