| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu.h (revision 71495)
|
| +++ chrome/browser/tab_contents/render_view_context_menu.h (working copy)
|
| @@ -47,6 +47,7 @@
|
| virtual bool IsCommandIdChecked(int command_id) const;
|
| virtual bool IsCommandIdEnabled(int command_id) const;
|
| virtual void ExecuteCommand(int command_id);
|
| + virtual void MenuClosed();
|
|
|
| protected:
|
| void InitMenu();
|
| @@ -85,6 +86,7 @@
|
| void AppendAudioItems();
|
| void AppendVideoItems();
|
| void AppendMediaItems();
|
| + void AppendPluginItems();
|
| void AppendPageItems();
|
| void AppendFrameItems();
|
| void AppendCopyItem();
|
|
|