Index: chrome/browser/renderer_host/render_process_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_process_host.h (revision 32394) |
+++ chrome/browser/renderer_host/render_process_host.h (working copy) |
@@ -173,9 +173,6 @@ |
// Called when RenderView is created by a listener. |
virtual void ViewCreated() = 0; |
- // Add a word in the spellchecker. |
- virtual void AddWord(const string16& word) = 0; |
- |
// Informs the renderer about a new visited link table. |
virtual void SendVisitedLinkTable(base::SharedMemory* table_memory) = 0; |