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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_win.cc

Issue 407653002: Give StatusTrayStateChangerProxy a virtual destructor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/views/status_icons/status_tray_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/status_icons/status_tray_win.cc
diff --git a/chrome/browser/ui/views/status_icons/status_tray_win.cc b/chrome/browser/ui/views/status_icons/status_tray_win.cc
index 18830d360830dafd33eaf7d948d47b9d30ed42f6..098a46db07be602e179f8567b0431f224d6c75ba 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_win.cc
+++ b/chrome/browser/ui/views/status_icons/status_tray_win.cc
@@ -27,6 +27,9 @@ UINT ReservedIconId(StatusTray::StatusIconType type) {
}
} // namespace
+StatusTrayStateChangerProxy::~StatusTrayStateChangerProxy() {
sky 2014/07/18 23:06:59 I would inline this.
Nico 2014/07/19 00:24:12 Done. (On posix, having an out-of-line destructor
+}
+
// Default implementation for StatusTrayStateChanger that communicates to
// Exporer.exe via COM. It spawns a background thread with a fresh COM
// apartment and requests that the visibility be increased unless the user
« no previous file with comments | « chrome/browser/ui/views/status_icons/status_tray_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698