Index: components/autofill/content/renderer/password_autofill_agent.h |
diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h |
index 5c64223d091784a3b88e342957912a1dfa42110f..bdf13b503e110354626bbd0f142ceced5f82bdaf 100644 |
--- a/components/autofill/content/renderer/password_autofill_agent.h |
+++ b/components/autofill/content/renderer/password_autofill_agent.h |
@@ -50,6 +50,9 @@ class PasswordAutofillAgent : public content::RenderViewObserver { |
// Returns true if any suggestions were shown, false otherwise. |
bool ShowSuggestions(const WebKit::WebInputElement& element); |
+ // Called when new form controls are inserted. |
+ void OnDynamicFormsSeen(WebKit::WebFrame* frame); |
+ |
protected: |
virtual bool OriginCanAccessPasswordManager( |
const WebKit::WebSecurityOrigin& origin); |