Chromium Code Reviews| Index: components/password_manager/core/browser/password_manager_driver.h |
| diff --git a/components/password_manager/core/browser/password_manager_driver.h b/components/password_manager/core/browser/password_manager_driver.h |
| index 9a634484edcd2e4f80e9cbb68faf3a409377eb8a..10d7558cde83e1b482a8fbea018fc3968f5df823 100644 |
| --- a/components/password_manager/core/browser/password_manager_driver.h |
| +++ b/components/password_manager/core/browser/password_manager_driver.h |
| @@ -81,6 +81,10 @@ class PasswordManagerDriver |
| // Returns the PasswordAutofillManager associated with this instance. |
| virtual PasswordAutofillManager* GetPasswordAutofillManager() = 0; |
| + // Sends a message to the renderer whether logging to |
| + // chrome://password-manager-internals is available. |
| + virtual void SendLoggingAvailability() {} |
|
vasilii
2015/11/16 14:12:25
Do you want to make it pure and update StubPasswor
vabr (Chromium)
2015/11/16 16:08:48
I don't, until we implement this on iOS.
While it
|
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(PasswordManagerDriver); |
| }; |