| Index: content/browser/download/save_file_resource_handler.h
|
| ===================================================================
|
| --- content/browser/download/save_file_resource_handler.h (revision 144275)
|
| +++ content/browser/download/save_file_resource_handler.h (working copy)
|
| @@ -52,7 +52,7 @@
|
| int min_size) OVERRIDE;
|
|
|
| // Passes the buffer to the download file writer.
|
| - virtual bool OnReadCompleted(int request_id, int* bytes_read,
|
| + virtual bool OnReadCompleted(int request_id, int bytes_read,
|
| bool* defer) OVERRIDE;
|
|
|
| virtual bool OnResponseCompleted(int request_id,
|
|
|