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

Unified Diff: google_apis/gaia/gaia_constants.cc

Issue 23874015: Implement people search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 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";

Powered by Google App Engine
This is Rietveld 408576698