summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 15:10:20 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 15:10:20 +0000
commit34efc42324c0d7979bbea488e64e742c22c24a1c (patch)
tree9c9cfbcd7f7a402f7c2d646d1b9bb7b552ef5856 /chrome/common/pref_names.cc
parentc4e075ca89bd18129b09b60cc331d9e0b231ac79 (diff)
downloadchromium_src-34efc42324c0d7979bbea488e64e742c22c24a1c.zip
chromium_src-34efc42324c0d7979bbea488e64e742c22c24a1c.tar.gz
chromium_src-34efc42324c0d7979bbea488e64e742c22c24a1c.tar.bz2
Only show G+ promo for users logged into G+
Review URL: http://codereview.chromium.org/8520009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc6
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";