| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 9a726aabbd53df11ae839892562fe0edae3068e9..89f025aa908e1b5ad092cc45c2c32ac191a4b834 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1419,7 +1419,8 @@ const char kNTPWebStorePromoExpire[] = "ntp.webstorepromo.expire";
|
| const char kNTPWebStorePromoUserGroup[] = "ntp.webstorepromo.usergroup";
|
|
|
| // Customized app page names that appear on the New Tab Page.
|
| -const char kNTPAppPageNames[] = "ntp.app_page_names";
|
| +const char kNTPAppsPageNames[] = "ntp.apps_page_names";
|
| +const char kNTPAppsPageNamesOld[] = "ntp.app_page_names";
|
|
|
| // When true, web store promos will never be shown.
|
| const char kNTPHideWebStorePromo[] = "ntp.hide_webstore_promo";
|
|
|