diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 20:12:02 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 20:12:02 +0000 |
commit | 472d542474401f7f4c7af767a8111011c17122fe (patch) | |
tree | c72db1d83be81aa881089e630482f8dcfbbcc131 /ash/desktop_background | |
parent | 4c7cde7de37dcab6c2615d7d90312b08632a4937 (diff) | |
download | chromium_src-472d542474401f7f4c7af767a8111011c17122fe.zip chromium_src-472d542474401f7f4c7af767a8111011c17122fe.tar.gz chromium_src-472d542474401f7f4c7af767a8111011c17122fe.tar.bz2 |
Change guest wallpaper to IDR_AURA_WALLPAPERS_2_LANDSCAPE7.
TBR=sky
BUG=151578
Review URL: https://codereview.chromium.org/10961049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/desktop_background')
-rw-r--r-- | ash/desktop_background/desktop_background_resources.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/desktop_background/desktop_background_resources.cc b/ash/desktop_background/desktop_background_resources.cc index 3573bcf..484bbbc 100644 --- a/ash/desktop_background/desktop_background_resources.cc +++ b/ash/desktop_background/desktop_background_resources.cc @@ -413,7 +413,7 @@ const int kSolidColorIndex = -2; #if defined(GOOGLE_CHROME_BUILD) const int kDefaultWallpaperIndex = 20; // IDR_AURA_WALLPAPERS_2_LANDSCAPE8 const int kLastRandomWallpaperIndex = 19; // The first 20 are random. -const int kGuestWallpaperIndex = kDefaultWallpaperIndex; +const int kGuestWallpaperIndex = 15; // IDR_AURA_WALLPAPERS_2_LANDSCAPE7 #else // Set default wallpaper to the grey background for faster wallpaper loading // time in browser tests. Otherwise, some of the tests will finish before |