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

Unified Diff: third_party/WebKit/public/web/WebAutofillClient.h

Issue 2853623002: [refactor] Fix autofill features for payments when the form is inside an OOPIF (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | third_party/WebKit/public/web/WebViewClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebAutofillClient.h
diff --git a/third_party/WebKit/public/web/WebAutofillClient.h b/third_party/WebKit/public/web/WebAutofillClient.h
index 9b506bb24c86334dcbfdfc31f442fb78a4273801..effb3aaaeb40e9e0e83439f9a1ab4fce89d4fc7a 100644
--- a/third_party/WebKit/public/web/WebAutofillClient.h
+++ b/third_party/WebKit/public/web/WebAutofillClient.h
@@ -36,6 +36,7 @@ namespace blink {
class WebFormControlElement;
class WebInputElement;
class WebKeyboardEvent;
+class WebNode;
class WebAutofillClient {
public:
@@ -54,6 +55,9 @@ class WebAutofillClient {
virtual void DidAssociateFormControlsDynamically() {}
virtual void AjaxSucceeded() {}
+ virtual void DidCompleteFocusChangeInFrame() {}
+ virtual void DidReceiveLeftMouseDownOrGestureTapInNode(const WebNode&) {}
+
protected:
virtual ~WebAutofillClient() {}
};
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | third_party/WebKit/public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698