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

Unified Diff: third_party/WebKit/Source/web/SpellCheckerClientImpl.h

Issue 2245543003: Removal of grammar-checking-related dead code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/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;

Powered by Google App Engine
This is Rietveld 408576698