Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
index 0ba0147e2b56f45c4986b733d806b72a40e1a910..6aab8eb86c202119ba3a868b0eb1cec9561b2a84 100644 |
--- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
+++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
@@ -48,8 +48,6 @@ public: |
bool isContinuousSpellCheckingEnabled() override; |
void toggleContinuousSpellChecking() override; |
void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) override; |
- void checkGrammarOfString(const String&, Vector<GrammarDetail>&, |
- int* badGrammarLocation, int* badGrammarLength) override; |
void updateSpellingUIWithMisspelledWord(const String&) override; |
void showSpellingUI(bool show) override; |
bool spellingUIIsShowing() override; |