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

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

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
Index: chrome/browser/ui/views/status_icons/status_tray_win.h
diff --git a/chrome/browser/ui/views/status_icons/status_tray_win.h b/chrome/browser/ui/views/status_icons/status_tray_win.h
index 08a05e85c6b18062eea12770b715b520347ae2c6..7b19cdf47333de3344ab7372cc98e9f59fc594cf 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_win.h
+++ b/chrome/browser/ui/views/status_icons/status_tray_win.h
@@ -18,6 +18,8 @@ class StatusIconWin;
// a task to a worker thread each time EnqueueChange is called.
class StatusTrayStateChangerProxy {
public:
+ virtual ~StatusTrayStateChangerProxy();
+
// Called by StatusTrayWin to request upgraded visibility on the icon
// represented by the |icon_id|, |window| pair.
virtual void EnqueueChange(UINT icon_id, HWND window) = 0;

Powered by Google App Engine
This is Rietveld 408576698