| 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);
|
| };
|
|
|
|
|