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

Unified Diff: Source/core/html/HTMLFormElement.idl

Issue 214823008: Add transaction detail params to requestAutocomplete(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove newline Created 6 years, 9 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: Source/core/html/HTMLFormElement.idl
diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl
index 912f73e12e28ec7ac65dcc0121e43e1d195cfcd0..79014974458663cfad58d5021094b24296fc5260 100644
--- a/Source/core/html/HTMLFormElement.idl
+++ b/Source/core/html/HTMLFormElement.idl
@@ -40,7 +40,7 @@
[CustomElementCallbacks] void reset();
boolean checkValidity();
- [RuntimeEnabled=RequestAutocomplete] void requestAutocomplete();
+ [RuntimeEnabled=RequestAutocomplete] void requestAutocomplete([Default=Undefined] optional Dictionary details);
[RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocomplete;
[RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocompleteerror;
};

Powered by Google App Engine
This is Rietveld 408576698