diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 6da5534..b8a6813 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1278,6 +1278,12 @@ const char kNTPPromoGroupTimeSlice[] = "ntp.promo_group_timeslice"; // Number of groups to roll out this promo to. const char kNTPPromoGroupMax[] = "ntp.promo_group_max"; +// Number of views of this promo. +const char kNTPPromoViews[] = "ntp.promo_views"; + +// Max number of views of this promo. +const char kNTPPromoViewsMax[] = "ntp.promo_views_max"; + // Promo line from server. const char kNTPPromoLine[] = "ntp.promo_line"; |