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

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

Issue 12224027: Revert "GTTF: Add missing virtual destructors." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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 | « chrome/browser/ui/base_window.h ('k') | chrome/browser/ui/panels/display_settings_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/avatar_menu_item_gtk.h
diff --git a/chrome/browser/ui/gtk/avatar_menu_item_gtk.h b/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
index 5b05e7ca115eed6b1005acba0dd45d8bde18ef3a..5fe66557c05c00e402b64f38dbdc901fb166ad35 100644
--- a/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
+++ b/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
@@ -24,8 +24,6 @@ class AvatarMenuItemGtk : public content::NotificationObserver {
// Delegates opening or editing a profile.
class Delegate {
public:
- virtual ~Delegate() { }
-
// Open a new browser window using the profile at |profile_index|.
virtual void OpenProfile(size_t profile_index) = 0;
« no previous file with comments | « chrome/browser/ui/base_window.h ('k') | chrome/browser/ui/panels/display_settings_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698