Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: chrome/browser/chromeos/extensions/wallpaper_private_api.cc

Issue 393803002: [Wallpaper Picker] s/commondatastorage.googleapis.com/storage.googleapis.com/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/wallpaper_private_api.cc
diff --git a/chrome/browser/chromeos/extensions/wallpaper_private_api.cc b/chrome/browser/chromeos/extensions/wallpaper_private_api.cc
index f944243b4a3bb6767f45430d605cca8ec014e81e..5bd04502bb5c38de9492629c5c5c9c709c2e07e0 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_private_api.cc
+++ b/chrome/browser/chromeos/extensions/wallpaper_private_api.cc
@@ -54,8 +54,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() {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698