| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index d1c74b47e643e1228ac6238cdb5c42bb6aec16bd..1a193b556faf71cd0797c2f768ec3234617073ef 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -162,7 +162,6 @@ public:
|
| // These methods allow the client to intercept and overrule editing
|
| // operations.
|
| virtual void didCancelCompositionOnSelectionChange() { }
|
| - virtual void didChangeSelection(bool isSelectionEmpty) { }
|
| virtual void didChangeContents() { }
|
| virtual void didExecuteCommand(const WebString& commandName) { }
|
|
|
|
|