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 7202a5f2c371f095962b71f3e3945377291d5724..b4b742e0ad74270332f44caeb38c57b4d5b979b1 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -58,7 +58,6 @@ class WebRemoteFrame; |
class WebSettings; |
class WebSpellCheckClient; |
class WebString; |
-class WebTextCheckClient; |
class WebViewClient; |
class WebViewScheduler; |
struct WebActiveWheelFlingParameters; |
@@ -136,9 +135,6 @@ class WebView : protected WebWidget { |
virtual void setPrerendererClient(WebPrerendererClient*) = 0; |
virtual void setSpellCheckClient(WebSpellCheckClient*) = 0; |
- // TODO(xiaochengh): Move reference of WebTextCheckClient to WebLocalFrame. |
- virtual void setTextCheckClient(WebTextCheckClient*) = 0; |
- |
// Options ------------------------------------------------------------- |
// The returned pointer is valid for the lifetime of the WebView. |