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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
index 96635f19fa8295d008d77872fa982750f8f55744..0d4e26634d93e7927963c5cd8148c027491dd016 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
@@ -21,13 +21,6 @@ class SpellCheckTestBase : public EditingTestBase {
virtual ~DummySpellCheckerClient() {}
bool isSpellCheckingEnabled() override { return true; }
-
- TextCheckerClient& textChecker() override {
- return m_emptyTextCheckerClient;
- }
-
- private:
- EmptyTextCheckerClient m_emptyTextCheckerClient;
};
std::unique_ptr<DummySpellCheckerClient> m_spellCheckerClient;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698