Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
index 3838545a09d92af25619a768ce488c232c1c7c82..bda4e316a10fb04e51013e4644590db36b572d57 100644 |
--- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
+++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
@@ -88,20 +88,14 @@ public: |
TextCheckingHelper(SpellCheckerClient&, const Position& start, const Position& end); |
~TextCheckingHelper(); |
- String findFirstMisspelling(int& firstMisspellingOffset, bool markAll); |
String findFirstMisspellingOrBadGrammar(int& outFirstFoundOffset); |
- bool markAllMisspellings(); |
private: |
SpellCheckerClient* m_client; |
Position m_start; |
Position m_end; |
- |
- bool unifiedTextCheckerEnabled() const; |
}; |
-bool unifiedTextCheckerEnabled(const LocalFrame*); |
- |
} // namespace blink |
#endif // TextCheckingHelper_h |