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 e8a7beb9b362ec85e6b9e815fa1a540dd3164d63..7286f6aefccfe140f79341d95ae32e0e32774322 100644 |
| --- a/google_apis/gaia/gaia_constants.cc |
| +++ b/google_apis/gaia/gaia_constants.cc |
| @@ -32,6 +32,14 @@ const char kDeviceManagementServiceOAuth[] = |
| // OAuth2 scope for access to all Google APIs. |
| 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 Google Talk APIs (XMPP). |
| +const char kGoogleTalkOAuth2Scope[] = |
| + "https://www.googleapis.com/auth/googletalk"; |
| + |
| + |
|
Andrew T Wilson (Slow)
2013/05/31 12:57:28
nit: remove extra line.
pavely
2013/06/04 00:49:59
Done.
|
| // Service for LSO endpoint of Google that exposes OAuth APIs. |
| const char kLSOService[] = "lso"; |