diff options
author | mlerman <mlerman@chromium.org> | 2015-03-17 14:41:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-17 21:42:08 +0000 |
commit | f09ad6346a0c850b97e316976b79ef54278cd69b (patch) | |
tree | d48b286aa03b8ddc2352031118197cbca403e7d5 /google_apis | |
parent | 181b39ad8041a4c7655ddff7c328db3cb4cf3e07 (diff) | |
download | chromium_src-f09ad6346a0c850b97e316976b79ef54278cd69b.zip chromium_src-f09ad6346a0c850b97e316976b79ef54278cd69b.tar.gz chromium_src-f09ad6346a0c850b97e316976b79ef54278cd69b.tar.bz2 |
IDP IFrame Endpoint is no longer experimental
BUG=463611
Review URL: https://codereview.chromium.org/1014843003
Cr-Commit-Position: refs/heads/master@{#320981}
Diffstat (limited to 'google_apis')
-rw-r--r-- | google_apis/gaia/gaia_auth_fetcher.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/google_apis/gaia/gaia_auth_fetcher.cc b/google_apis/gaia/gaia_auth_fetcher.cc index 224cb6c..a2f7aa0 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( |