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

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

Issue 2189513004: Blink: prevent didAssociateFormControls notification while parsing the document. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 1fa267a1e7bcd760de283c03637c3c3cabf73f25..cfe50d2f9b29bd228a11c870deaf43630194af77 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -61,8 +61,7 @@ class AutofillAgent : public content::RenderFrameObserver,
protected:
// blink::WebAutofillClient:
- void didAssociateFormControls(
- const blink::WebVector<blink::WebNode>& nodes) override;
+ void didAssociateFormControls() override;
private:
// Functor used as a simplified comparison function for FormData. Only

Powered by Google App Engine
This is Rietveld 408576698