| Index: chrome/browser/renderer_host/download_throttling_resource_handler.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/download_throttling_resource_handler.h (revision 9948)
|
| +++ chrome/browser/renderer_host/download_throttling_resource_handler.h (working copy)
|
| @@ -51,7 +51,8 @@
|
| int min_size);
|
| virtual bool OnReadCompleted(int request_id, int* bytes_read);
|
| virtual bool OnResponseCompleted(int request_id,
|
| - const URLRequestStatus& status);
|
| + const URLRequestStatus& status,
|
| + const std::string& security_info);
|
|
|
| // DownloadRequestManager::Callback implementation:
|
| void CancelDownload();
|
|
|