Chromium Code Reviews| Index: chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc |
| diff --git a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc |
| index 9c3ba9d87dcd91a5466dd836274ee06f467dde61..69189c979c07927f5e75a0c463d456c1207007d7 100644 |
| --- a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc |
| +++ b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc |
| @@ -45,3 +45,7 @@ void CocoaSpellingEngine::FillSuggestionList( |
| void CocoaSpellingEngine::OnWordAdded(const std::string&) { |
| // OSX doesn't support the custom dictionary. |
| } |
| + |
| +void CocoaSpellingEngine::OnWordRemoved(const std::string&) { |
| + // OSX doesn't support the custom dictionary. |
|
rpetterson
2012/11/14 19:47:09
yet? :)
please use gerrit instead
2012/11/14 22:54:46
Done.
|
| +} |