| 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 b3f189d161191f42670677bf557a21c0e6a2d7ed..9288ceb89398171bb6c037a935907d4186aec5db 100644
|
| --- a/chrome/browser/safe_browsing/services_delegate_stub.cc
|
| +++ b/chrome/browser/safe_browsing/services_delegate_stub.cc
|
| @@ -71,4 +71,12 @@ void ServicesDelegateStub::StartOnIOThread(
|
|
|
| void ServicesDelegateStub::StopOnIOThread(bool shutdown) {}
|
|
|
| +void ServicesDelegateStub::CreatePasswordProtectionService(Profile* profile) {}
|
| +void ServicesDelegateStub::RemovePasswordProtectionService(Profile* profile) {}
|
| +PasswordProtectionService* ServicesDelegateStub::GetPasswordProtectionService(
|
| + Profile* profile) const {
|
| + NOTIMPLEMENTED();
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace safe_browsing
|
|
|