| Index: content/browser/download/save_file_resource_handler.h
|
| ===================================================================
|
| --- content/browser/download/save_file_resource_handler.h (revision 136397)
|
| +++ content/browser/download/save_file_resource_handler.h (working copy)
|
| @@ -35,7 +35,8 @@
|
|
|
| // Sends the download creation information to the download thread.
|
| virtual bool OnResponseStarted(int request_id,
|
| - content::ResourceResponse* response) OVERRIDE;
|
| + content::ResourceResponse* response,
|
| + bool* defer) OVERRIDE;
|
|
|
| // Pass-through implementation.
|
| virtual bool OnWillStart(int request_id,
|
| @@ -50,7 +51,8 @@
|
| int min_size) OVERRIDE;
|
|
|
| // Passes the buffer to the download file writer.
|
| - virtual bool OnReadCompleted(int request_id, int* bytes_read) OVERRIDE;
|
| + virtual bool OnReadCompleted(int request_id, int* bytes_read,
|
| + bool* defer) OVERRIDE;
|
|
|
| virtual bool OnResponseCompleted(int request_id,
|
| const net::URLRequestStatus& status,
|
|
|