Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5320)

Unified Diff: chrome/common/pref_names.cc

Issue 8363035: NTP4/Sync Promo: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged, fixed, unit tests and quick smoke test passing Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/common/pref_names.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« chrome/common/pref_names.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698