Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: components/autofill/content/renderer/autofill_agent.h

Issue 382213003: AutofillAgent cleanup: Removing two unused variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698