| 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
|
|
|