| Index: chrome/browser/renderer_host/sync_resource_handler.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/sync_resource_handler.cc (revision 9948)
|
| +++ chrome/browser/renderer_host/sync_resource_handler.cc (working copy)
|
| @@ -46,8 +46,10 @@
|
| return true;
|
| }
|
|
|
| -bool SyncResourceHandler::OnResponseCompleted(int request_id,
|
| - const URLRequestStatus& status) {
|
| +bool SyncResourceHandler::OnResponseCompleted(
|
| + int request_id,
|
| + const URLRequestStatus& status,
|
| + const std::string& security_info) {
|
| result_.status = status;
|
|
|
| ViewHostMsg_SyncLoad::WriteReplyParams(result_message_, result_);
|
|
|