Index: google_apis/gaia/gaia_switches.h |
diff --git a/google_apis/gaia/gaia_switches.h b/google_apis/gaia/gaia_switches.h |
index 79e0eb9366792182a09d369bc84eb4225078862f..bdb3f28fb18e8bc52c51a573a07525919714de3d 100644 |
--- a/google_apis/gaia/gaia_switches.h |
+++ b/google_apis/gaia/gaia_switches.h |
@@ -29,6 +29,8 @@ extern const char kOAuth2IssueTokenUrl[]; |
// Specifies custom OAuth2 token URL for testing purposes. |
extern const char kOAuth2TokenUrl[]; |
+// Specifies custom OAuth user info URL for testing purposes. |
+extern const char kOAuthUserInfoUrl[]; |
} // namespace switches |
#endif // GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_ |