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

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

Issue 2371043003: Small: Start checking URLs using PVer4. Verdict not returned to client yet. (Closed)
Patch Set: shess@'s review 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..0a8fd4826c760487ea9541c58b4dfff1b63ec6c3 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;

Powered by Google App Engine
This is Rietveld 408576698