summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authorrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 21:05:05 +0000
committerrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 21:05:05 +0000
commitb27eb51b1e856d23e95fffcf123e0ee88879166f (patch)
treeada2e7fa212020963e154e08eda1a35e1c264367 /ash/ash_switches.cc
parent851ff2405c95258dea29a91d489d10eae7696be7 (diff)
downloadchromium_src-b27eb51b1e856d23e95fffcf123e0ee88879166f.zip
chromium_src-b27eb51b1e856d23e95fffcf123e0ee88879166f.tar.gz
chromium_src-b27eb51b1e856d23e95fffcf123e0ee88879166f.tar.bz2
Revert 207511 "ash: Add flags for specifying default wallpaper."
Failed ash_unittests on WinAura > ash: Add flags for specifying default wallpaper. > > This adds new command-line flags for specifying image files > that will be used as default wallpaper: > > --ash-default-guest-wallpaper-large > --ash-default-guest-wallpaper-small > --ash-default-wallpaper-large > --ash-default-wallpaper-small > > This makes it easier for Chrome OS to have per-device custom > wallpaper. (We previously loaded the default wallpaper from > a resource file, but that prevents the same build of Chrome > from being used on different devices.) > > BUG=248764 > > Review URL: https://chromiumcodereview.appspot.com/16982006 TBR=derat@chromium.org Review URL: https://codereview.chromium.org/17094012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 2e1ef81..cc64455 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -29,17 +29,6 @@ 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";