| Index: chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.cc b/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| index 7e79a0dacd644e69f373be9403e71bdfa5ddbd88..80ff6455530f47b51ac8211da1ac771f1efb99f1 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| +++ b/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| @@ -581,6 +581,7 @@ void GaiaAuthFetcher::OnURLFetchComplete(const content::URLFetcher* source) {
|
| const GURL& url = source->GetURL();
|
| const net::URLRequestStatus& status = source->GetStatus();
|
| int response_code = source->GetResponseCode();
|
| +
|
| std::string data;
|
| source->GetResponseAsString(&data);
|
| if (url == client_login_gurl_) {
|
|
|