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 ed16321..4a8c209 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1270,6 +1270,12 @@ const char kNTPPromoResourceCache[] = "ntp.promo_resource_cache"; // Last time of update of promo_resource_cache. const char kNTPPromoResourceCacheUpdate[] = "ntp.promo_resource_cache_update"; +// Is user logged into G+ (used for G+ extension promo). +const char kNTPPromoIsLoggedInToPlus[] = "ntp.promo_is_logged_in_to_plus"; + +// Bit mask used to decide when to show the NTP Promo. +const char kNTPPromoFeatureMask[] = "ntp.promo_feature_mask"; + // Serves promo resources for the NTP. const char kNTPPromoResourceServer[] = "ntp.web_resource_server"; |