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