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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 799893004: [Attempt 2] Inform Chrome client of changes to an input's datalist. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/core/page/ChromeClient.h ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 41dd99dba3726d640b93b73deac499b9d151e853..db29b2d5eeab023a0841251d07b7e1a6e5ff0cd5 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -170,6 +170,7 @@ public:
virtual void didChangeValueInTextField(HTMLFormControlElement&) override;
virtual void didEndEditingOnTextField(HTMLInputElement&) override;
virtual void openTextDataListChooser(HTMLInputElement&) override;
+ virtual void textFieldDataListChanged(HTMLInputElement&) override;
virtual void didCancelCompositionOnSelectionChange() override;
virtual void willSetInputMethodState() override;
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698