| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index e811392bf99ced9ae8c2ce9faae415c7ebbaab7e..90131933330ed841f81d0a487eb7a0c4baf5a651 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -365,11 +365,6 @@ class WebView : protected WebWidget {
|
| virtual WebHitTestResult HitTestResultForTap(const WebPoint& tap_point,
|
| const WebSize& tap_area) = 0;
|
|
|
| - // Retrieves a list of spelling markers.
|
| - virtual void SpellingMarkerOffsetsForTest(WebVector<unsigned>* offsets) = 0;
|
| - virtual void RemoveSpellingMarkersUnderWords(
|
| - const WebVector<WebString>& words) = 0;
|
| -
|
| // Support for resource loading initiated by plugins -------------------
|
|
|
| // Returns next unused request identifier which is unique within the
|
|
|