| 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 307635eb11fca3c57d26536241417d14981af94a..9eb87dc90c63422469fb0c2ef7af8db27b857c90 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;
|
|
|