| Index: content/browser/renderer_host/x509_user_cert_resource_handler.h
|
| ===================================================================
|
| --- content/browser/renderer_host/x509_user_cert_resource_handler.h (revision 144275)
|
| +++ content/browser/renderer_host/x509_user_cert_resource_handler.h (working copy)
|
| @@ -63,7 +63,7 @@
|
|
|
| // A read was completed, maybe allocate a new buffer for further data.
|
| virtual bool OnReadCompleted(int request_id,
|
| - int* bytes_read,
|
| + int bytes_read,
|
| bool* defer) OVERRIDE;
|
|
|
| // Done downloading the certificate.
|
|
|