Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: google_apis/gaia/gaia_constants.cc

Issue 15780020: Setup Sync to use OAuth token for managed users. (Closed) Base URL: http://git.chromium.org/chromium/src.git@issue226464a
Patch Set: fix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google_apis/gaia/gaia_constants.cc
diff --git a/google_apis/gaia/gaia_constants.cc b/google_apis/gaia/gaia_constants.cc
index c4086fe93af020b75ec04e4c80e7baca2b663db7..04826530c5a6b7978c007e1c5a70cff13d4fe689 100644
--- a/google_apis/gaia/gaia_constants.cc
+++ b/google_apis/gaia/gaia_constants.cc
@@ -35,6 +35,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";

Powered by Google App Engine
This is Rietveld 408576698