| Index: chrome/common/pref_names.h
 | 
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
 | 
| index c10057bdfea6c96ec5d9814962ef2123bc29c7c2..50d26919a1f660e2c886f599e450517f9cf3c534 100644
 | 
| --- a/chrome/common/pref_names.h
 | 
| +++ b/chrome/common/pref_names.h
 | 
| @@ -381,6 +381,8 @@ extern const char kNTPShownSections[];
 | 
|  extern const char kNTPPrefVersion[];
 | 
|  extern const char kNTPCustomLogoStart[];
 | 
|  extern const char kNTPCustomLogoEnd[];
 | 
| +extern const char kNTPPromoVersion[];
 | 
| +extern const char kNTPPromoLocale[];
 | 
|  extern const char kNTPPromoStart[];
 | 
|  extern const char kNTPPromoEnd[];
 | 
|  extern const char kNTPPromoLine[];
 | 
| @@ -388,6 +390,12 @@ extern const char kNTPPromoClosed[];
 | 
|  extern const char kNTPPromoGroup[];
 | 
|  extern const char kNTPPromoGroupTimeSlice[];
 | 
|  extern const char kNTPPromoBuild[];
 | 
| +extern const char kNTPWebStorePromoLastId[];
 | 
| +extern const char kNTPWebStorePromoId[];
 | 
| +extern const char kNTPWebStorePromoHeader[];
 | 
| +extern const char kNTPWebStorePromoButton[];
 | 
| +extern const char kNTPWebStorePromoLink[];
 | 
| +extern const char kNTPWebStorePromoExpire[];
 | 
|  
 | 
|  extern const char kGpuBlacklist[];
 | 
|  extern const char kGpuBlacklistUpdate[];
 | 
| 
 |