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

Unified Diff: chrome/browser/ui/gtk/menu_bar_helper.h

Issue 8536036: Devirtualize CHROMEGTK_CALLBACK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/ui/gtk/instant_confirm_dialog_gtk.h ('k') | chrome/browser/ui/gtk/sad_tab_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/menu_bar_helper.h
diff --git a/chrome/browser/ui/gtk/menu_bar_helper.h b/chrome/browser/ui/gtk/menu_bar_helper.h
index 779eea78aff973be03c903a92aa057699d1fe8b6..bcaf7b1768f2f4fb1eed6ddfc2db950e146bb1d8 100644
--- a/chrome/browser/ui/gtk/menu_bar_helper.h
+++ b/chrome/browser/ui/gtk/menu_bar_helper.h
@@ -34,7 +34,7 @@ class MenuBarHelper {
// |delegate| cannot be null.
explicit MenuBarHelper(Delegate* delegate);
- virtual ~MenuBarHelper();
+ ~MenuBarHelper();
// Must be called whenever a button's menu starts showing. It triggers the
// MenuBarHelper to start listening for certain events.
« no previous file with comments | « chrome/browser/ui/gtk/instant_confirm_dialog_gtk.h ('k') | chrome/browser/ui/gtk/sad_tab_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698