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

Unified Diff: third_party/WebKit/Source/core/page/SpellCheckerClient.h

Issue 2795113002: Move ownership of TextCheckerClientImpl to WebLocalFrameImpl (Closed)
Patch Set: Rebased 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
Index: third_party/WebKit/Source/core/page/SpellCheckerClient.h
diff --git a/third_party/WebKit/Source/core/page/SpellCheckerClient.h b/third_party/WebKit/Source/core/page/SpellCheckerClient.h
index b4d35cc6f779b772a8aa5a5cc14ab3fcaacfdf28..13064f0f3755d19eb83fba55b858f6fbd286b63d 100644
--- a/third_party/WebKit/Source/core/page/SpellCheckerClient.h
+++ b/third_party/WebKit/Source/core/page/SpellCheckerClient.h
@@ -31,8 +31,6 @@
namespace blink {
-class TextCheckerClient;
-
// TODO(xiaochengh): Split SpellCheckerClient into two classes:
// - SpllingUIClient, for spelling UI related functions.
// - SpellCheckToggler, for checking and toggling the enabled state.
@@ -42,9 +40,6 @@ class SpellCheckerClient {
virtual bool isSpellCheckingEnabled() = 0;
virtual void toggleSpellCheckingEnabled() = 0;
-
- virtual TextCheckerClient& textChecker() = 0;
-
virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) = 0;
virtual void showSpellingUI(bool show) = 0;
virtual bool spellingUIIsShowing() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.cpp ('k') | third_party/WebKit/Source/platform/text/TextCheckerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698