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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 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/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 438f188410706a0ae7e766daa9cd6d95085e9855..7993bd5fd207cf6d9a47e49b9dbdab87100fd647 100644
--- a/chrome/browser/tab_contents/render_view_context_menu.h
+++ b/chrome/browser/tab_contents/render_view_context_menu.h
@@ -103,6 +103,8 @@ 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;

Powered by Google App Engine
This is Rietveld 408576698