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

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

Issue 1979153002: Use FileTypePolicies for is_archive and is_supported classifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_by_platform
Patch Set: rebase Created 4 years, 7 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 8fcb45b4cde1420aef5188805961669319076517..237f516c3343df3d18aa3ee7c6820cb5e6dcb2aa 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -45,6 +45,7 @@ class URLRequestContextGetter;
namespace safe_browsing {
class ClientSideDetectionService;
+class FileTypePoliciesManager;
class DownloadProtectionService;
struct ResourceRequestInfo;
struct SafeBrowsingProtocolConfig;
@@ -181,6 +182,7 @@ class SafeBrowsingService : public base::RefCountedThreadSafe<
virtual SafeBrowsingProtocolManagerDelegate* GetProtocolManagerDelegate();
std::unique_ptr<ServicesDelegate> services_delegate_;
+ std::unique_ptr<FileTypePoliciesManager> file_type_policies_manager_;
private:
friend class SafeBrowsingServiceFactoryImpl;

Powered by Google App Engine
This is Rietveld 408576698