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

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

Issue 845663004: Initial script request detector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pre-review cleanup Created 5 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
Index: chrome/browser/safe_browsing/safe_browsing_service.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index 6230e7ac60746245ecf5dc1fc8cda5456c85d7f3..6eb7e2177e750d9cf66d285a6c0ece3ef1e3a640 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -59,6 +59,7 @@ class DownloadProtectionService;
#if defined(FULL_SAFE_BROWSING)
class IncidentReportingService;
class OffDomainInclusionDetector;
+class ScriptRequestDetector;
#endif
}
@@ -267,6 +268,8 @@ class SafeBrowsingService
#if defined(FULL_SAFE_BROWSING)
scoped_ptr<safe_browsing::OffDomainInclusionDetector>
off_domain_inclusion_detector_;
+
+ scoped_ptr<safe_browsing::ScriptRequestDetector> script_request_detector_;
#endif
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingService);

Powered by Google App Engine
This is Rietveld 408576698