Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1830)

Unified Diff: chrome/browser/views/tab_contents/render_view_context_menu_win.h

Issue 155954: Implement sending actions back to the render for media element context menus. (Closed)
Patch Set: remove uneeded bits. Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/views/tab_contents/render_view_context_menu_win.h
diff --git a/chrome/browser/views/tab_contents/render_view_context_menu_win.h b/chrome/browser/views/tab_contents/render_view_context_menu_win.h
index 4ff68b9506573c5082620c8211e6f24305ef8466..89560e3ee0c78c625139b9df17d8b80abe96ba57 100644
--- a/chrome/browser/views/tab_contents/render_view_context_menu_win.h
+++ b/chrome/browser/views/tab_contents/render_view_context_menu_win.h
@@ -17,7 +17,7 @@ class RenderViewContextMenuWin : public RenderViewContextMenu,
RenderViewContextMenuWin(TabContents* tab_contents,
const ContextMenuParams& params);
- ~RenderViewContextMenuWin();
+ virtual ~RenderViewContextMenuWin();
void RunMenuAt(int x, int y);
« no previous file with comments | « chrome/browser/views/tab_contents/render_view_context_menu_external_win.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698