| Index: chrome/browser/tab_contents/spelling_menu_observer.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/spelling_menu_observer.h (revision 124915)
|
| +++ chrome/browser/tab_contents/spelling_menu_observer.h (working copy)
|
| @@ -45,6 +45,7 @@
|
| // RenderViewContextMenuObserver implementation.
|
| virtual void InitMenu(const content::ContextMenuParams& params) OVERRIDE;
|
| virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
|
| + virtual bool IsCommandIdChecked(int command_id) OVERRIDE;
|
| virtual bool IsCommandIdEnabled(int command_id) OVERRIDE;
|
| virtual void ExecuteCommand(int command_id) OVERRIDE;
|
|
|
|
|