Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 8bca7c6444dbed027fd7b7e0de722ea7129aa1b2..b484f807f49207403834cd702ccf85e61b79f9e9 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1314,6 +1314,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"; |