| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 5e48bcc13a1120fd2734778ef3e86054c75fd027..e65225aca27fd1cfd1b4587fd40a2d691de1b9a7 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1310,10 +1310,10 @@ const char kNTPPromoEnd[] = "ntp.promo_end";
|
|
|
| // A randomly generated group created to control the number of users we show the
|
| // sync promo to on the NTP.
|
| -const char kNTPSyncPromoGroup[] = "ntp.sync_promo.group";
|
| +const char kNTPSignInPromoGroup[] = "ntp.sign_in_promo.group";
|
|
|
| // The maximum allowable group that can be shown the sync promotion on the NTP.
|
| -const char kNTPSyncPromoGroupMax[] = "ntp.sync_promo.group_max";
|
| +const char kNTPSignInPromoGroupMax[] = "ntp.sign_in_promo.group_max";
|
|
|
| // Boolean indicating whether the web store is active for the current locale.
|
| const char kNTPWebStoreEnabled[] = "ntp.webstore_enabled";
|
|
|