diff options
Diffstat (limited to 'chrome/browser/renderer_host/sync_resource_handler.cc')
-rw-r--r-- | chrome/browser/renderer_host/sync_resource_handler.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/renderer_host/sync_resource_handler.cc b/chrome/browser/renderer_host/sync_resource_handler.cc index 5be45a9..cc74b2d 100644 --- a/chrome/browser/renderer_host/sync_resource_handler.cc +++ b/chrome/browser/renderer_host/sync_resource_handler.cc @@ -54,10 +54,8 @@ bool SyncResourceHandler::OnReadCompleted(int request_id, int* bytes_read) { return true; } -bool SyncResourceHandler::OnResponseCompleted( - int request_id, - const URLRequestStatus& status, - const std::string& security_info) { +bool SyncResourceHandler::OnResponseCompleted(int request_id, + const URLRequestStatus& status) { result_.status = status; ViewHostMsg_SyncLoad::WriteReplyParams(result_message_, result_); |