| Index: chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher.cc b/chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| index a1127eec960b477425d50525195e3676c6baf297..9f006100b0df647fd4eac8706198850a195f396d 100644
|
| --- a/chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| @@ -106,7 +106,6 @@ CloudPrintURLFetcher::Delegate::HandleRawResponse(
|
| const GURL& url,
|
| const net::URLRequestStatus& status,
|
| int response_code,
|
| - const net::ResponseCookies& cookies,
|
| const std::string& data) {
|
| return CONTINUE_PROCESSING;
|
| }
|
| @@ -175,7 +174,6 @@ void CloudPrintURLFetcher::OnURLFetchComplete(
|
| source->GetURL(),
|
| source->GetStatus(),
|
| source->GetResponseCode(),
|
| - source->GetCookies(),
|
| data);
|
|
|
| // If we get auth error, notify delegate and check if it wants to proceed.
|
|
|