diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 18:37:55 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 18:37:55 +0000 |
commit | a243d644cb2124e70c06d2f6b9b8e23f93b1871a (patch) | |
tree | c80d812e8e983927ad53d19aa5174b7cfed84fac /google_apis/gaia/gaia_constants.cc | |
parent | 194f4a2071145f930805e4e5406cf7a8167e4f9d (diff) | |
download | chromium_src-a243d644cb2124e70c06d2f6b9b8e23f93b1871a.zip chromium_src-a243d644cb2124e70c06d2f6b9b8e23f93b1871a.tar.gz chromium_src-a243d644cb2124e70c06d2f6b9b8e23f93b1871a.tar.bz2 |
Setup Sync to use OAuth token for managed users.
BUG=226464
Review URL: https://chromiumcodereview.appspot.com/15780020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/gaia/gaia_constants.cc')
-rw-r--r-- | google_apis/gaia/gaia_constants.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/google_apis/gaia/gaia_constants.cc b/google_apis/gaia/gaia_constants.cc index fed899a..d1d932f 100644 --- a/google_apis/gaia/gaia_constants.cc +++ b/google_apis/gaia/gaia_constants.cc @@ -33,6 +33,9 @@ const char kAnyApiOAuth2Scope[] = "https://www.googleapis.com/auth/any-api"; // OAuth2 scope for access to Chrome sync APIs const char kChromeSyncOAuth2Scope[] = "https://www.googleapis.com/auth/chromesync"; +// OAuth2 scope for access to the Chrome Sync APIs for managed profiles. +const char kChromeSyncManagedOAuth2Scope[] = + "https://www.googleapis.com/auth/chromesync_playpen"; // OAuth2 scope for access to Google Talk APIs (XMPP). const char kGoogleTalkOAuth2Scope[] = "https://www.googleapis.com/auth/googletalk"; |