| 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 9dbe3531ae5d71a55e6e1e2d1517fdfa33fd2a11..2fbbec0380d7e66e42d19bdc024c991923a93b90 100644
|
| --- a/chrome/browser/safe_browsing/services_delegate_stub.h
|
| +++ b/chrome/browser/safe_browsing/services_delegate_stub.h
|
| @@ -38,6 +38,10 @@ class ServicesDelegateStub : public ServicesDelegate {
|
| net::URLRequestContextGetter* url_request_context_getter,
|
| const V4ProtocolConfig& v4_config) override;
|
| void StopOnIOThread(bool shutdown) override;
|
| + void CreatePasswordProtectionService(Profile* profile) override;
|
| + void RemovePasswordProtectionService(Profile* profile) override;
|
| + PasswordProtectionService* GetPasswordProtectionService(
|
| + Profile* profile) const override;
|
|
|
| scoped_refptr<SafeBrowsingDatabaseManager> v4_local_database_manager_;
|
|
|
|
|