[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 = ...@@ -53,8 +53,8 @@ namespace get_offline_wallpaper_list =
namespace { namespace {
#if defined(GOOGLE_CHROME_BUILD) #if defined(GOOGLE_CHROME_BUILD)
const char kWallpaperManifestBaseURL[] = "https://commondatastorage.googleapis." const char kWallpaperManifestBaseURL[] =
"com/chromeos-wallpaper-public/manifest_"; "https://storage.googleapis.com/chromeos-wallpaper-public/manifest_";
#endif #endif
bool IsOEMDefaultWallpaper() { bool IsOEMDefaultWallpaper() {
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
/** /**
* URL to get latest wallpaper RSS feed. * URL to get latest wallpaper RSS feed.
*/ */
WallpaperRssURL: 'https://commondatastorage.googleapis.com/' + WallpaperRssURL: 'https://storage.googleapis.com/' +
'chromeos-wallpaper-public/wallpaper.rss', 'chromeos-wallpaper-public/wallpaper.rss',
/** /**
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
"unlimitedStorage", "unlimitedStorage",
{"fileSystem": ["write"]}, {"fileSystem": ["write"]},
"wallpaperPrivate", "wallpaperPrivate",
"https://commondatastorage.googleapis.com/",
"https://storage.googleapis.com/" "https://storage.googleapis.com/"
], ],
"app": { "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