| 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 b44ca626d73b211d310d6158dee6a4b0d78a9809..a389ed2fae6e892fa67b794943690132c647bdaf 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); | 
|  |