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 1b1581d1545bfb4ef4c9f27cb2435bd8906283a8..7794caaa5bdd47e518a4937c22023924ecaac8c7 100644 |
| --- a/google_apis/gaia/gaia_constants.cc |
| +++ b/google_apis/gaia/gaia_constants.cc |
| @@ -39,6 +39,9 @@ const char kChromeSyncManagedOAuth2Scope[] = |
| // OAuth2 scope for access to Google Talk APIs (XMPP). |
| const char kGoogleTalkOAuth2Scope[] = |
| "https://www.googleapis.com/auth/googletalk"; |
| +// OAuth2 scope for access to the Google+ People Search API. |
|
zel
2013/09/05 21:27:50
I wouldn't keep this here at all. Move the scope c
rkc
2013/09/05 21:57:25
Done.
|
| +const char kPeopleSearchOAuth2Scope[] = |
| + "https://www.googleapis.com/auth/plus.peopleapi.readwrite"; |
| // Used to mint uber auth tokens when needed. |
| const char kGaiaSid[] = "sid"; |