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

Unified Diff: chrome/browser/safe_browsing/services_delegate_stub.cc

Issue 1924983002: Enable V4LocalDatabaseManager based on Finch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback: Only one group, and use new API. Created 4 years, 8 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
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate_stub.h ('k') | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/services_delegate_stub.cc
diff --git a/chrome/browser/safe_browsing/services_delegate_stub.cc b/chrome/browser/safe_browsing/services_delegate_stub.cc
index 562fd9e841c7ad62e198995485c012d4f49040c7..1abf0a4e1b5e3869cb95efe3cb28a16a0394a3d0 100644
--- a/chrome/browser/safe_browsing/services_delegate_stub.cc
+++ b/chrome/browser/safe_browsing/services_delegate_stub.cc
@@ -30,7 +30,7 @@ ServicesDelegateStub::~ServicesDelegateStub() {}
void ServicesDelegateStub::InitializeCsdService(
net::URLRequestContextGetter* context_getter) {}
-void ServicesDelegateStub::InitializeServices() {}
+void ServicesDelegateStub::Initialize() {}
void ServicesDelegateStub::ShutdownServices() {}
@@ -61,4 +61,10 @@ DownloadProtectionService* ServicesDelegateStub::GetDownloadService() {
return nullptr;
}
+void ServicesDelegateStub::StartOnIOThread(
+ net::URLRequestContextGetter* url_request_context_getter,
+ const V4ProtocolConfig& v4_config) {}
+
+void ServicesDelegateStub::StopOnIOThread(bool shutdown) {}
+
} // namespace safe_browsing
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate_stub.h ('k') | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698