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

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

Issue 2377273004: Reland: Start checking URLs using PVer4. Verdict not returned to client yet. (Closed)
Patch Set: Remove #DEBUG -- it enables these features on Android :-( Created 4 years, 3 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/services_delegate_impl.h
diff --git a/chrome/browser/safe_browsing/services_delegate_impl.h b/chrome/browser/safe_browsing/services_delegate_impl.h
index e861d25a07e70245d6675d8cf7640bcfc8da8ef0..a6608f4c7bac05d94d9c757ebb6de54b86d2dfd6 100644
--- a/chrome/browser/safe_browsing/services_delegate_impl.h
+++ b/chrome/browser/safe_browsing/services_delegate_impl.h
@@ -28,6 +28,8 @@ class ServicesDelegateImpl : public ServicesDelegate {
private:
// ServicesDelegate:
+ const scoped_refptr<V4LocalDatabaseManager>& v4_local_database_manager()
+ const override;
void Initialize() override;
void InitializeCsdService(
net::URLRequestContextGetter* context_getter) override;
@@ -49,11 +51,6 @@ class ServicesDelegateImpl : public ServicesDelegate {
const V4ProtocolConfig& v4_config) override;
void StopOnIOThread(bool shutdown) override;
- // Is the Pver4 database manager enabled? Controlled by Finch.
- bool IsV4LocalDatabaseManagerEnabled();
-
- V4LocalDatabaseManager* CreateV4LocalDatabaseManager();
-
DownloadProtectionService* CreateDownloadProtectionService();
IncidentReportingService* CreateIncidentReportingService();
ResourceRequestDetector* CreateResourceRequestDetector();
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate.h ('k') | chrome/browser/safe_browsing/services_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698