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

Unified Diff: chrome/browser/ui/website_settings/permission_menu_model.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/ui/website_settings/permission_menu_model.h
diff --git a/chrome/browser/ui/website_settings/permission_menu_model.h b/chrome/browser/ui/website_settings/permission_menu_model.h
index 162f127bf9137f93f2a46b6026f67d8c55c40e67..0abe7a26edf7f6c4712b9b63d58a5bf3e0fd951d 100644
--- a/chrome/browser/ui/website_settings/permission_menu_model.h
+++ b/chrome/browser/ui/website_settings/permission_menu_model.h
@@ -21,8 +21,6 @@ class PermissionMenuModel : public ui::SimpleMenuModel,
class Delegate {
public:
- virtual ~Delegate() { }
-
// Executes the command with the given |command_id|.
virtual void ExecuteCommand(int command_id) = 0;
// Returns true if the command with the given |command_id| should be
« no previous file with comments | « chrome/browser/ui/panels/display_settings_provider.h ('k') | chrome/utility/chrome_content_utility_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698