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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service.h

Issue 6611023: The optional Malware Details also collects HTTP cache information. See design... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/safe_browsing/safe_browsing_service.h
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_service.h (revision 76771)
+++ chrome/browser/safe_browsing/safe_browsing_service.h (working copy)
@@ -233,6 +233,9 @@
// so the service can serialize and send MalwareDetails.
virtual void ReportMalwareDetails(scoped_refptr<MalwareDetails> details);
+ // When the MalwareDetails is done, OnReportReady is called.
lzheng 2011/03/05 00:37:50 Maybe more explanation on what is "MalwareDetails
panayiotis 2011/03/29 18:14:55 Done.
+ virtual void OnReportReady(scoped_refptr<MalwareDetails> details);
+
// Report hits to the unsafe contents (malware, phishing, unsafe download URL)
// to the server. Can only be called on UI thread.
void ReportSafeBrowsingHit(const GURL& malicious_url,

Powered by Google App Engine
This is Rietveld 408576698