| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 6e766d30bf826dd5348bd0ea04742cc66c7741f1..876a288ef51a34df2285759aa76f2186854ab1f2 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1310,6 +1310,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 kNTPWebStorePromoLogoOriginal[] = "ntp.webstorepromo.logo_original";
|
| +
|
| // The "hide this" link text for the NTP web store promo.
|
| const char kNTPWebStorePromoExpire[] = "ntp.webstorepromo.expire";
|
|
|
|
|