diff options
author | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-18 02:02:57 +0000 |
---|---|---|
committer | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-18 02:02:57 +0000 |
commit | 864791522f9833e0a70479a70549e0b5b56e9fa0 (patch) | |
tree | fd8c906c6b151ea548ee0ed372a0d9140213b385 /chrome/common/pref_names.cc | |
parent | 4ed2c4163d1316c171f750cdea6362080582366a (diff) | |
download | chromium_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.cc | 3 |
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. |