Index: content/browser/renderer_host/x509_user_cert_resource_handler.h |
=================================================================== |
--- content/browser/renderer_host/x509_user_cert_resource_handler.h (revision 136397) |
+++ content/browser/renderer_host/x509_user_cert_resource_handler.h (working copy) |
@@ -41,7 +41,8 @@ |
// Check if this indeed an X509 cert. |
virtual bool OnResponseStarted(int request_id, |
- content::ResourceResponse* resp) OVERRIDE; |
+ content::ResourceResponse* resp, |
+ bool* defer) OVERRIDE; |
// Pass-through implementation. |
virtual bool OnWillStart(int request_id, |
@@ -56,7 +57,8 @@ |
// A read was completed, maybe allocate a new buffer for further data. |
virtual bool OnReadCompleted(int request_id, |
- int* bytes_read) OVERRIDE; |
+ int* bytes_read, |
+ bool* defer) OVERRIDE; |
// Done downloading the certificate. |
virtual bool OnResponseCompleted(int request_id, |