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

Unified Diff: google_apis/gaia/gaia_constants.h

Issue 14169010: Remove support for ClientOAuth from GaiaAuthFetcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 8 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 | « google_apis/gaia/gaia_auth_fetcher_unittest.cc ('k') | google_apis/gaia/gaia_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_constants.h
diff --git a/google_apis/gaia/gaia_constants.h b/google_apis/gaia/gaia_constants.h
index 625ab5b922b0df9494b5d751f9abff35c51c3505..503db3a180ccb6bd812f67ce07c570454f9cb918 100644
--- a/google_apis/gaia/gaia_constants.h
+++ b/google_apis/gaia/gaia_constants.h
@@ -33,19 +33,8 @@ extern const char kGaiaOAuth2LoginRefreshToken[];
// Used to construct a channel ID for push messaging.
extern const char kObfuscatedGaiaId[];
-// Used to build ClientOAuth requests. These are the names of keys used in
-// the json dictionaries that are sent in the protocol.
+// Used by wallet sign in helper.
extern const char kClientOAuthEmailKey[];
-extern const char kClientOAuthPasswordKey[];
-extern const char kClientOAuthScopesKey[];
-extern const char kClientOAuthOAuth2ClientIdKey[];
-extern const char kClientOAuthFriendlyDeviceNameKey[];
-extern const char kClientOAuthAcceptsChallengesKey[];
-extern const char kClientOAuthLocaleKey[];
-extern const char kClientOAuthFallbackNameKey[];
-extern const char kClientOAuthNameKey[];
-extern const char kClientOAuthChallengeTokenKey[];
-extern const char kClientOAuthchallengeReplyKey[];
} // namespace GaiaConstants
« no previous file with comments | « google_apis/gaia/gaia_auth_fetcher_unittest.cc ('k') | google_apis/gaia/gaia_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698