| 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 4ec475c20c66f39bded36d4e74287bee9add5b2d..39d65733e06522e911807cce1c71778d6da3c25a 100644
|
| --- a/components/autofill/content/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.h
|
| @@ -252,9 +252,6 @@ class AutofillAgent : public content::RenderFrameObserver,
|
| // currently editing? Used to keep track of state for metrics logging.
|
| bool has_shown_autofill_popup_for_current_edit_;
|
|
|
| - // If true we just set the node text so we shouldn't show the popup.
|
| - bool did_set_node_text_;
|
| -
|
| // 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.
|
|
|