diff options
Diffstat (limited to 'chrome/renderer/autofill/autofill_agent.h')
-rw-r--r-- | chrome/renderer/autofill/autofill_agent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h index 2f44289..14c098a 100644 --- a/chrome/renderer/autofill/autofill_agent.h +++ b/chrome/renderer/autofill/autofill_agent.h @@ -212,6 +212,9 @@ class AutofillAgent : public content::RenderViewObserver, // The form element currently requesting an interactive autocomplete. WebKit::WebFormElement in_flight_request_form_; + // All the form elements seen in the top frame. + std::vector<WebKit::WebFormElement> form_elements_; + // The action to take when receiving Autofill data from the AutofillManager. AutofillAction autofill_action_; |