| 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(
|
|
|