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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2189513004: Blink: prevent didAssociateFormControls notification while parsing the document. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename 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: third_party/WebKit/Source/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 85c94d016251b682d8c0e81dfe76daf3ea14a8e8..037cae36c6d3ff4882df0ae7ec28af7fda2043b6 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -160,7 +160,7 @@ public:
void requestPointerUnlock(LocalFrame*) override;
// AutofillClient pass throughs:
- void didAssociateFormControls(const HeapVector<Member<Element>>&, LocalFrame*) override;
+ void didAssociateFormControlsAfterLoad(LocalFrame*) override;
void handleKeyboardEventOnTextField(HTMLInputElement&, KeyboardEvent&) override;
void didChangeValueInTextField(HTMLFormControlElement&) override;
void didEndEditingOnTextField(HTMLInputElement&) override;
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698