| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
|
| index 92fa627e7caf83f9d080f33945a0df95cff25eee..a44e4b87d4d4413ec650ad00c73c75811593edae 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -103,8 +103,6 @@ struct WebPluginAction;
|
| //
|
| class RenderViewContextMenuProxy {
|
| public:
|
| - virtual ~RenderViewContextMenuProxy() { }
|
| -
|
| // Add a menu item to a context menu.
|
| virtual void AddMenuItem(int command_id, const string16& title) = 0;
|
| virtual void AddCheckItem(int command_id, const string16& title) = 0;
|
|
|