Index: components/password_manager/core/browser/password_form_manager.h |
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h |
index a1d059589492736eed0e34e955bde29ce2f15c29..8470962dfe2324d25a5fd30f5e251958311a5362 100644 |
--- a/components/password_manager/core/browser/password_form_manager.h |
+++ b/components/password_manager/core/browser/password_form_manager.h |
@@ -96,6 +96,11 @@ class PasswordFormManager : public PasswordStoreConsumer { |
bool HasGeneratedPassword(); |
void SetHasGeneratedPassword(); |
+ // Ask the password store to update the current password form |
+ // manager. |
+ void Update( |
+ const PasswordStore::AuthorizationPromptPolicy& prompt_policy); |
+ |
// Determines if we need to autofill given the results of the query. |
// Takes ownership of the elements in |result|. |
void OnRequestDone(const std::vector<autofill::PasswordForm*>& result); |