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

Unified Diff: third_party/WebKit/Source/platform/text/TextCheckerClient.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/platform/text/TextCheckerClient.h
diff --git a/third_party/WebKit/Source/platform/text/TextCheckerClient.h b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
index ce4f32bdc3db8910074dbb298139ea640bc361c5..74205a7604eb5a41a1468ae395c94037c7ef56a4 100644
--- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h
+++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
@@ -42,7 +42,6 @@ public:
virtual ~TextCheckerClient() { }
virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) = 0;
- virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0;
virtual void requestCheckingOfString(TextCheckingRequest*) = 0;
virtual void cancelAllPendingRequests() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698