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

Unified Diff: chrome/browser/gtk/extension_installed_bubble_gtk.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/gtk/extension_installed_bubble_gtk.h
diff --git a/chrome/browser/gtk/extension_installed_bubble_gtk.h b/chrome/browser/gtk/extension_installed_bubble_gtk.h
index 17b6672d0ae41a4d7bc9abdf6e4c6f8548e0d916..9b8483c87927eb238887dc3aeb595451a35c858c 100644
--- a/chrome/browser/gtk/extension_installed_bubble_gtk.h
+++ b/chrome/browser/gtk/extension_installed_bubble_gtk.h
@@ -54,7 +54,7 @@ class ExtensionInstalledBubbleGtk
ExtensionInstalledBubbleGtk(Extension *extension, Browser *browser,
SkBitmap icon);
- ~ExtensionInstalledBubbleGtk() {}
+ virtual ~ExtensionInstalledBubbleGtk();
// Shows the bubble. Called internally via PostTask.
void ShowInternal();

Powered by Google App Engine
This is Rietveld 408576698