[Wallpaper Picker] s/commondatastorage.googleapis.com/storage.googleapis.com/g

BUG=329247

Review URL: https://codereview.chromium.org/393803002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283530 0039d316-1c4b-4281-b951-d872f2087c98
parent 3e15d1ec
......@@ -53,8 +53,8 @@ namespace get_offline_wallpaper_list =
namespace {
#if defined(GOOGLE_CHROME_BUILD)
const char kWallpaperManifestBaseURL[] = "https://commondatastorage.googleapis."
"com/chromeos-wallpaper-public/manifest_";
const char kWallpaperManifestBaseURL[] =
"https://storage.googleapis.com/chromeos-wallpaper-public/manifest_";
#endif
bool IsOEMDefaultWallpaper() {
......
......@@ -43,7 +43,7 @@
/**
* URL to get latest wallpaper RSS feed.
*/
WallpaperRssURL: 'https://commondatastorage.googleapis.com/' +
WallpaperRssURL: 'https://storage.googleapis.com/' +
'chromeos-wallpaper-public/wallpaper.rss',
/**
......
......@@ -17,7 +17,6 @@
"unlimitedStorage",
{"fileSystem": ["write"]},
"wallpaperPrivate",
"https://commondatastorage.googleapis.com/",
"https://storage.googleapis.com/"
],
"app": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment