Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

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

Issue 2797073002: Move WebTextCheckClient reference from WebViewImpl to WebLocalFrameImpl (Closed)
Patch Set: Spell my name correctly Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698