Chromium Code Reviews| 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..b31de4bfbebe67a91532ec90249d96e17f122000 100644 |
| --- a/google_apis/gaia/gaia_constants.cc |
| +++ b/google_apis/gaia/gaia_constants.cc |
| @@ -35,10 +35,14 @@ 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"; |
| + |
|
Joao da Silva
2013/06/12 15:30:29
Why this newline? :-)
Bernhard Bauer
2013/06/12 19:01:39
Excellent question! Removed.
|
| // Service for LSO endpoint of Google that exposes OAuth APIs. |
| const char kLSOService[] = "lso"; |