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

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

Issue 2766053002: [refactor] Fix autofill features for payments when the form is inside an OOPIF (Closed)
Patch Set: Move a method from WebWidgetClient to WebFrameClient Created 3 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: 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 41195fd3efaac32f15a34e1917ee28b8391b2f64..b0e6bd4cb1dbae1603508e3b76ef2d82b730c0e9 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -192,14 +192,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& mouseDownNode) {}
-
// Session history -----------------------------------------------------
// Tells the embedder to navigate back or forward in session history by

Powered by Google App Engine
This is Rietveld 408576698