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

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

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
Index: chrome/browser/safe_browsing/services_delegate_stub.h
diff --git a/chrome/browser/safe_browsing/services_delegate_stub.h b/chrome/browser/safe_browsing/services_delegate_stub.h
index 431068fe14138293c49645fd5f98baa9a9e8944a..07a326db94aef7200706643741632adc918e25c8 100644
--- a/chrome/browser/safe_browsing/services_delegate_stub.h
+++ b/chrome/browser/safe_browsing/services_delegate_stub.h
@@ -18,9 +18,9 @@ class ServicesDelegateStub : public ServicesDelegate {
private:
// ServicesDelegate:
+ void Initialize() override;
void InitializeCsdService(
net::URLRequestContextGetter* context_getter) override;
- void InitializeServices() override;
void ShutdownServices() override;
void RefreshState(bool enable) override;
void ProcessResourceRequest(const ResourceRequestInfo* request) override;
@@ -34,6 +34,11 @@ class ServicesDelegateStub : public ServicesDelegate {
ClientSideDetectionService* GetCsdService() override;
DownloadProtectionService* GetDownloadService() override;
+ void StartOnIOThread(
+ net::URLRequestContextGetter* url_request_context_getter,
+ const V4ProtocolConfig& v4_config) override;
+ void StopOnIOThread(bool shutdown) override;
+
DISALLOW_COPY_AND_ASSIGN(ServicesDelegateStub);
};
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate_impl.cc ('k') | chrome/browser/safe_browsing/services_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698