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

Unified Diff: views/controls/menu/simple_menu_model.h

Issue 179028: Revert "Fix a ton of compiler warnings." (Closed)
Patch Set: Created 11 years, 4 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
« no previous file with comments | « views/accelerator.h ('k') | views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/simple_menu_model.h
diff --git a/views/controls/menu/simple_menu_model.h b/views/controls/menu/simple_menu_model.h
index 4671f3e1a3271b77c7e9b4dccf1e7c9d0cc99a52..2be2cbc0afc5df10580cd9ecdba0b04265c51d63 100644
--- a/views/controls/menu/simple_menu_model.h
+++ b/views/controls/menu/simple_menu_model.h
@@ -44,9 +44,6 @@ class SimpleMenuModel : public Menu2Model {
// Performs the action associated with the specified command id.
virtual void ExecuteCommand(int command_id) = 0;
-
- protected:
- ~Delegate() {}
};
// The Delegate can be NULL, though if it is items can't be checked or
« no previous file with comments | « views/accelerator.h ('k') | views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698