Index: chrome/browser/renderer_host/safe_browsing_resource_handler.h |
=================================================================== |
--- chrome/browser/renderer_host/safe_browsing_resource_handler.h (revision 40199) |
+++ chrome/browser/renderer_host/safe_browsing_resource_handler.h (working copy) |
@@ -61,6 +61,7 @@ |
bool OnResponseCompleted(int request_id, |
const URLRequestStatus& status, |
const std::string& security_info); |
+ virtual void OnRequestClosed(); |
// SafeBrowsingService::Client implementation, called on the IO thread once |
// the URL has been classified. |