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

Unified Diff: chrome/browser/renderer_host/download_resource_handler.h

Issue 6272025: Part 2 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2011 Created 9 years, 11 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/remoting/setup_flow.h ('k') | chrome/browser/speech/speech_input_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/download_resource_handler.h
diff --git a/chrome/browser/renderer_host/download_resource_handler.h b/chrome/browser/renderer_host/download_resource_handler.h
index 8301a77ca2f4b85d99e6a249a6febde96385f25d..f416ee2151d5d35c1af106745667e4541759016e 100644
--- a/chrome/browser/renderer_host/download_resource_handler.h
+++ b/chrome/browser/renderer_host/download_resource_handler.h
@@ -91,8 +91,9 @@ class DownloadResourceHandler : public ResourceHandler,
void StartDownloadUrlCheck();
// Called when the result of checking a download URL is known.
- void OnDownloadUrlCheckResult(const GURL& url,
- SafeBrowsingService::UrlCheckResult result);
+ virtual void OnDownloadUrlCheckResult(
+ const GURL& url,
+ SafeBrowsingService::UrlCheckResult result);
// A helper function that updates UMA for download url checks.
static void UpdateDownloadUrlCheckStats(SBStatsType stat_type);
« no previous file with comments | « chrome/browser/remoting/setup_flow.h ('k') | chrome/browser/speech/speech_input_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698