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 6475669031fd8885f0b45f51d0e970b788665e26..ff660d14e40f44ecd64f5963ef2337c2284855d9 100644 |
| --- a/components/password_manager/core/browser/password_manager_driver.h |
| +++ b/components/password_manager/core/browser/password_manager_driver.h |
| @@ -68,6 +68,10 @@ class PasswordManagerDriver |
| // Tells the driver to clear previewed password and username fields. |
| virtual void ClearPreviewedForm() = 0; |
| + // Tells the driver to find the focused password field and report back |
| + // the corresponding password form, so that it can be saved. |
| + virtual void ForceSavePassword() = 0; |
|
vabr (Chromium)
2015/06/01 07:17:21
Ditto here, please stub it out directly in the int
|
| + |
| // Returns the PasswordGenerationManager associated with this instance. |
| virtual PasswordGenerationManager* GetPasswordGenerationManager() = 0; |