Index: components/autofill/content/renderer/autofill_agent.h |
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h |
index aa3841348b6a94dcc18a424efad1e93c54184515..e13cbf56c4df97d35b7d545f9c3faa0ad9ef1386 100644 |
--- a/components/autofill/content/renderer/autofill_agent.h |
+++ b/components/autofill/content/renderer/autofill_agent.h |
@@ -194,9 +194,6 @@ class AutofillAgent : public content::RenderViewObserver, |
// The form element currently requesting an interactive autocomplete. |
blink::WebFormElement in_flight_request_form_; |
- // All the form elements seen in the top frame. |
- std::vector<blink::WebFormElement> form_elements_; |
- |
// Pointer to the WebView. Used to access page scale factor. |
blink::WebView* web_view_; |
@@ -213,10 +210,6 @@ class AutofillAgent : public content::RenderViewObserver, |
// If true we just set the node text so we shouldn't show the popup. |
bool did_set_node_text_; |
- // Whether or not new forms/fields have been dynamically added |
- // since the last loaded forms were sent to the browser process. |
- bool has_new_forms_for_browser_; |
- |
// Whether or not to ignore text changes. Useful for when we're committing |
// a composition when we are defocusing the WebView and we don't want to |
// trigger an autofill popup to show. |