Chromium Code Reviews

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2797073002: Move WebTextCheckClient reference from WebViewImpl to WebLocalFrameImpl (Closed)
Patch Set: Tue Apr 4 20:53:35 PDT 2017 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.

Powered by Google App Engine