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

Unified Diff: google_apis/gaia/gaia_switches.h

Issue 141653020: Move OAuth2 client id and secret switches to gaia_switches.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix google_api_keys_unittest.cc Created 6 years, 10 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
« no previous file with comments | « no previous file | google_apis/gaia/gaia_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_switches.h
diff --git a/google_apis/gaia/gaia_switches.h b/google_apis/gaia/gaia_switches.h
index 0700f36c70c1022def4fde913e8d0b5a4846c5b4..4fbefa356d521b25992e7007d285709752cd4c05 100644
--- a/google_apis/gaia/gaia_switches.h
+++ b/google_apis/gaia/gaia_switches.h
@@ -28,6 +28,12 @@ extern const char kOAuth1LoginScope[];
// Overrides OAuth wrap bridge user info scope.
extern const char kOAuthWrapBridgeUserInfoScope[];
+// Specifies custom OAuth2 client id for testing purposes.
+extern const char kOAuth2ClientID[];
+
+// Specifies custom OAuth2 client secret for testing purposes.
+extern const char kOAuth2ClientSecret[];
+
} // namespace switches
#endif // GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_
« no previous file with comments | « no previous file | google_apis/gaia/gaia_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698