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"; |