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

Unified Diff: third_party/WebKit/public/web/WebSpellCheckClient.h

Issue 2228293002: Remove dead code in spell checker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DeprecateTextCheckingType
Patch Set: 201608101257 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/public/web/WebSpellCheckClient.h
diff --git a/third_party/WebKit/public/web/WebSpellCheckClient.h b/third_party/WebKit/public/web/WebSpellCheckClient.h
index bbbd547f682f3e128e5369d1cf8a40126f3a70bc..e45f08b93a802c3d818a1fe25fd2c581c144af19 100644
--- a/third_party/WebKit/public/web/WebSpellCheckClient.h
+++ b/third_party/WebKit/public/web/WebSpellCheckClient.h
@@ -33,7 +33,6 @@
#include "../platform/WebString.h"
#include "../platform/WebVector.h"
-#include "WebTextCheckingType.h"
namespace blink {
@@ -54,12 +53,6 @@ public:
int& misspelledLength,
WebVector<WebString>* optionalSuggestions) { }
- // The client should perform spell-checking on the given text. This function will
- // enumerate all misspellings at once.
- virtual void checkTextOfParagraph(const WebString&,
- WebTextCheckingTypeMask mask,
- WebVector<WebTextCheckingResult>* results) { }
-
// Requests asynchronous spelling and grammar checking, whose result should be
// returned by passed completion object.
virtual void requestCheckingOfText(const WebString& textToCheck,

Powered by Google App Engine
This is Rietveld 408576698