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

Unified Diff: public/web/WebAutofillClient.h

Issue 293853002: revert r171206: "Add transaction detail params to requestAutocomplete()." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove include Created 6 years, 7 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
« no previous file with comments | « public/web/WebAutocompleteParams.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAutofillClient.h
diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h
index 1c5289a6f7b87a97580bb300a66f38426b71acb0..7fef5f0ad72081e51d3ad38e677ae89c66311d10 100644
--- a/public/web/WebAutofillClient.h
+++ b/public/web/WebAutofillClient.h
@@ -38,14 +38,13 @@ class WebFormElement;
class WebInputElement;
class WebKeyboardEvent;
class WebNode;
-struct WebAutocompleteParams;
template <typename T> class WebVector;
class WebAutofillClient {
public:
// Informs the browser an interactive autocomplete has been requested.
- virtual void didRequestAutocomplete(const WebFormElement&, const WebAutocompleteParams&) { }
+ virtual void didRequestAutocomplete(const WebFormElement&) { }
// These methods are called when the users edits a text-field.
virtual void textFieldDidEndEditing(const WebInputElement&) { }
« no previous file with comments | « public/web/WebAutocompleteParams.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698