summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-18 02:02:57 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-18 02:02:57 +0000
commit864791522f9833e0a70479a70549e0b5b56e9fa0 (patch)
treefd8c906c6b151ea548ee0ed372a0d9140213b385 /chrome/common/pref_names.cc
parent4ed2c4163d1316c171f750cdea6362080582366a (diff)
downloadchromium_src-864791522f9833e0a70479a70549e0b5b56e9fa0.zip
chromium_src-864791522f9833e0a70479a70549e0b5b56e9fa0.tar.gz
chromium_src-864791522f9833e0a70479a70549e0b5b56e9fa0.tar.bz2
This pref would be used in deciding whether or not to promote G+-related extension etc. to the user.
Unit tests to follow if this is the correct approach. Review URL: http://codereview.chromium.org/9316099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a71bbcd..a35cada 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -34,6 +34,9 @@ const char kHomePage[] = "homepage";
// Did the user change the home page after install?
const char kHomePageChanged[] = "homepage_changed";
+// Does this user have a Google+ Profile?
+const char kIsGooglePlusUser[] = "is_google_plus_user";
+
// Used to determine if the last session exited cleanly. Set to false when
// first opened, and to true when closing. On startup if the value is false,
// it means the profile didn't exit cleanly.