Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2267)

Unified Diff: chrome/browser/renderer_host/safe_browsing_resource_handler.cc

Issue 660240: Make sure SafeBrowsingResourceHandler overrides ResourceHandler::OnRequestClo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/renderer_host/safe_browsing_resource_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/safe_browsing_resource_handler.cc
===================================================================
--- chrome/browser/renderer_host/safe_browsing_resource_handler.cc (revision 40199)
+++ chrome/browser/renderer_host/safe_browsing_resource_handler.cc (working copy)
@@ -137,6 +137,10 @@
return next_handler_->OnResponseCompleted(request_id, status, security_info);
}
+void SafeBrowsingResourceHandler::OnRequestClosed() {
+ next_handler_->OnRequestClosed();
+}
+
// SafeBrowsingService::Client implementation, called on the IO thread once
// the URL has been classified.
void SafeBrowsingResourceHandler::OnUrlCheckResult(
« no previous file with comments | « chrome/browser/renderer_host/safe_browsing_resource_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698