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

Unified Diff: third_party/WebKit/public/web/WebViewClient.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/public/web/WebAutofillClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebViewClient.h
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
index cc0da0843bb1f4e217db41b9010ba620fbb04167..300e85a752251906c3e53bb874f3c9e42262ac37 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -195,14 +195,6 @@ class WebViewClient : protected WebWidgetClient {
// Called when the View acquires focus.
virtual void DidFocus() {}
- // TODO(lfg): The callback below is exposed in RenderViewObserver and only
- // used to implement autofill. We should figure out a better way to plumb
- // this.
- // Called immediately after a mousedown event is dispatched due to a mouse
- // press or gesture tap.
- // Note: This is called even when the mouse down event is prevent default.
- virtual void OnMouseDown(const WebNode& mouse_down_node) {}
-
// Session history -----------------------------------------------------
// Tells the embedder to navigate back or forward in session history by
« no previous file with comments | « third_party/WebKit/public/web/WebAutofillClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698