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

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

Issue 12224027: Revert "GTTF: Add missing virtual destructors." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 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;

Powered by Google App Engine
This is Rietveld 408576698