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

Unified Diff: chrome/browser/ui/gtk/sad_tab_gtk.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/menu_bar_helper.h ('k') | chrome/browser/ui/gtk/update_recommended_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/sad_tab_gtk.h
diff --git a/chrome/browser/ui/gtk/sad_tab_gtk.h b/chrome/browser/ui/gtk/sad_tab_gtk.h
index da9b865db1bda24e11722394ce2cb8cbc887428e..467002bd469a6198053a7f87ac2441323e2b4f6e 100644
--- a/chrome/browser/ui/gtk/sad_tab_gtk.h
+++ b/chrome/browser/ui/gtk/sad_tab_gtk.h
@@ -21,7 +21,7 @@ class SadTabGtk {
};
SadTabGtk(TabContents* tab_contents, Kind kind);
- virtual ~SadTabGtk();
+ ~SadTabGtk();
GtkWidget* widget() const { return event_box_.get(); }
« no previous file with comments | « chrome/browser/ui/gtk/menu_bar_helper.h ('k') | chrome/browser/ui/gtk/update_recommended_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698