Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / google_apis / gaia / gaia_constants.cc
index 60546bf..14a41c9 100644 (file)
@@ -45,6 +45,11 @@ const char kChromeSyncManagedOAuth2Scope[] =
 const char kGoogleTalkOAuth2Scope[] =
     "https://www.googleapis.com/auth/googletalk";
 
+const char kGoogleUserInfoEmail[] =
+    "https://www.googleapis.com/auth/userinfo.email";
+const char kGoogleUserInfoProfile[] =
+    "https://www.googleapis.com/auth/userinfo.profile";
+
 // Used to mint uber auth tokens when needed.
 const char kGaiaSid[] = "sid";
 const char kGaiaLsid[] = "lsid";