Index: chrome/browser/renderer_host/render_view_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host.h (revision 25643) |
+++ chrome/browser/renderer_host/render_view_host.h (working copy) |
@@ -275,6 +275,7 @@ |
void AddToDictionary(const std::wstring& word); |
void Delete(); |
void SelectAll(); |
+ void ToggleSpellPanel(bool is_currently_visible); |
// Downloads an image notifying the FavIcon delegate appropriately. The |
// returned integer uniquely identifies the download for the lifetime of the |