| 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
|
|
|