diff options
Diffstat (limited to 'webkit/tools/test_shell/mock_spellcheck.cc')
-rw-r--r-- | webkit/tools/test_shell/mock_spellcheck.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/tools/test_shell/mock_spellcheck.cc b/webkit/tools/test_shell/mock_spellcheck.cc index cc05c16..fd53401 100644 --- a/webkit/tools/test_shell/mock_spellcheck.cc +++ b/webkit/tools/test_shell/mock_spellcheck.cc @@ -125,9 +125,3 @@ bool MockSpellCheck::InitializeIfNeeded() { // function always returns false. return false; } - -void MockSpellCheck::FillSuggestions(const string16& word, - std::vector<string16>* suggestions) { - if (word == ASCIIToUTF16("wellcome")) - suggestions->push_back(ASCIIToUTF16("welcome")); -} |