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

Unified Diff: google_apis/gaia/gaia_auth_fetcher.cc

Issue 1014843003: IDP IFrame Endpoint is no longer experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_auth_fetcher.cc
diff --git a/google_apis/gaia/gaia_auth_fetcher.cc b/google_apis/gaia/gaia_auth_fetcher.cc
index 224cb6c340bb202de347cc3ffdad24a8d0918600..a2f7aa0e3c9d1730f6466a2ff2dc66cda08c8771 100644
--- a/google_apis/gaia/gaia_auth_fetcher.cc
+++ b/google_apis/gaia/gaia_auth_fetcher.cc
@@ -445,7 +445,6 @@ std::string GaiaAuthFetcher::MakeListIDPSessionsBody(
static const char getTokenResponseBodyFormat[] =
"action=listSessions&"
"client_id=%s&"
- "e=3100087&" // temporarily enable the experiment.
"origin=%s&"
"scope=%s";
std::string encoded_client_id = net::EscapeUrlEncodedData(
@@ -465,7 +464,6 @@ std::string GaiaAuthFetcher::MakeGetTokenResponseBody(
"client_id=%s&"
"login_hint=%s&"
"origin=%s&"
- "e=3100087&" // temporarily enable the experiment.
"response_type=token&"
"scope=%s";
std::string encoded_client_id = net::EscapeUrlEncodedData(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698