| Index: components/password_manager/core/browser/stub_password_manager_client.h
|
| diff --git a/components/password_manager/core/browser/stub_password_manager_client.h b/components/password_manager/core/browser/stub_password_manager_client.h
|
| index bf00387313fa2a64a96212627a541293a4ef6000..727ca119ee560714488e2a2719e22fe443ceb6d7 100644
|
| --- a/components/password_manager/core/browser/stub_password_manager_client.h
|
| +++ b/components/password_manager/core/browser/stub_password_manager_client.h
|
| @@ -25,6 +25,9 @@ class StubPasswordManagerClient : public PasswordManagerClient {
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
| virtual PasswordStore* GetPasswordStore() OVERRIDE;
|
| virtual PasswordManagerDriver* GetDriver() OVERRIDE;
|
| + virtual void SetLogger(PasswordManagerLogger* logger) OVERRIDE;
|
| + virtual void LogSavePasswordProgress(const std::string& text) OVERRIDE;
|
| + virtual bool IsLoggingActive() const OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(StubPasswordManagerClient);
|
|
|