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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 40954240f9dc54e2f1afc6bc75c2b552a2a8b16a..28762b99babf2e44413efca92ac165a796464d97 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -283,7 +283,6 @@ public:
~EmptyTextCheckerClient() { }
void checkSpellingOfString(const String&, int*, int*) override {}
- void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) override {}
void requestCheckingOfString(TextCheckingRequest*) override;
void cancelAllPendingRequests() override;
};

Powered by Google App Engine
This is Rietveld 408576698