| 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,
|
|
|