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 af6551c4256a91ba8e5a5a6700bea56ffd7660b5..7470147f2acafcdd2f4af7cde7dbdb875caaea09 100644 |
--- a/components/password_manager/core/browser/password_manager_driver.h |
+++ b/components/password_manager/core/browser/password_manager_driver.h |
@@ -78,6 +78,13 @@ class PasswordManagerDriver |
// the corresponding password form, so that it can be saved. |
virtual void ForceSavePassword() {} |
+ // Tells the driver to show the manual fallback for password saving, i.e. to |
vasilii
2017/07/21 12:48:21
Who tells whom? I think PasswordManagerDriver does
kolos1
2017/07/24 15:33:30
"Tells the driver..." is pattern for comments for
|
+ // show the omnibox icon with anchored hidden save prompt. |
+ virtual void ShowManualFallback(const autofill::PasswordForm& form) {} |
+ |
+ // Tells the driver to hide the manual fallback for saving. |
+ virtual void HideManualFallback() {} |
+ |
// Tells the driver to find the focused password field and to show generation |
// popup at it. |
virtual void GeneratePassword() {} |