| Index: chrome/service/cloud_print/printer_job_handler.cc
|
| diff --git a/chrome/service/cloud_print/printer_job_handler.cc b/chrome/service/cloud_print/printer_job_handler.cc
|
| index 9c3069c7d9dab29f27f187496cc2205e08bbfd27..dcc29036199182a611fe7a67c00ea97ef4121236 100644
|
| --- a/chrome/service/cloud_print/printer_job_handler.cc
|
| +++ b/chrome/service/cloud_print/printer_job_handler.cc
|
| @@ -135,7 +135,6 @@ CloudPrintURLFetcher::ResponseAction PrinterJobHandler::HandleRawResponse(
|
| const GURL& url,
|
| const net::URLRequestStatus& status,
|
| int response_code,
|
| - const net::ResponseCookies& cookies,
|
| const std::string& data) {
|
| // 415 (Unsupported media type) error while fetching data from the server
|
| // means data conversion error. Stop fetching process and mark job as error.
|
|
|