Index: webkit/tools/test_shell/mock_spellcheck.cc |
=================================================================== |
--- webkit/tools/test_shell/mock_spellcheck.cc (revision 67250) |
+++ webkit/tools/test_shell/mock_spellcheck.cc (working copy) |
@@ -125,9 +125,3 @@ |
// 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")); |
-} |