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

Unified Diff: chrome/browser/ui/gtk/update_recommended_dialog.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/sad_tab_gtk.h ('k') | content/browser/tab_contents/web_drag_dest_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/update_recommended_dialog.h
diff --git a/chrome/browser/ui/gtk/update_recommended_dialog.h b/chrome/browser/ui/gtk/update_recommended_dialog.h
index bdcb2ded73bd506b2ec117e8a8847c25428b4518..154d8a9189cb2a73f6ca14462a35d35322fbfed1 100644
--- a/chrome/browser/ui/gtk/update_recommended_dialog.h
+++ b/chrome/browser/ui/gtk/update_recommended_dialog.h
@@ -19,7 +19,7 @@ class UpdateRecommendedDialog {
private:
explicit UpdateRecommendedDialog(GtkWindow* parent);
- virtual ~UpdateRecommendedDialog();
+ ~UpdateRecommendedDialog();
CHROMEGTK_CALLBACK_1(UpdateRecommendedDialog, void, OnResponse, int);
« no previous file with comments | « chrome/browser/ui/gtk/sad_tab_gtk.h ('k') | content/browser/tab_contents/web_drag_dest_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698