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

Unified Diff: chrome/common/pref_names.cc

Issue 7820003: Add support to download web store promo logos over https. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dcheck Created 9 years, 4 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index bf3847a8240be045398cee4369dcdca23846dfcd..e267e4af7462e2b6ba56ced9ae564f1ca92c0352 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1305,6 +1305,9 @@ const char kNTPWebStorePromoLink[] = "ntp.webstorepromo.link";
// The image URL for the NTP web store promo logo.
const char kNTPWebStorePromoLogo[] = "ntp.webstorepromo.logo";
+// The original URL for the NTP web store promo logo.
+const char kNTPWebStorePromoLogoSource[] = "ntp.webstorepromo.logo_source";
+
// The "hide this" link text for the NTP web store promo.
const char kNTPWebStorePromoExpire[] = "ntp.webstorepromo.expire";

Powered by Google App Engine
This is Rietveld 408576698