| Index: content/browser/renderer_host/sync_resource_handler.h
|
| ===================================================================
|
| --- content/browser/renderer_host/sync_resource_handler.h (revision 144275)
|
| +++ content/browser/renderer_host/sync_resource_handler.h (working copy)
|
| @@ -52,7 +52,7 @@
|
| int* buf_size,
|
| int min_size) OVERRIDE;
|
| virtual bool OnReadCompleted(int request_id,
|
| - int* bytes_read,
|
| + int bytes_read,
|
| bool* defer) OVERRIDE;
|
| virtual bool OnResponseCompleted(int request_id,
|
| const net::URLRequestStatus& status,
|
|
|