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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_gtk.cc

Issue 9692070: Ensure both PanelBrowserWindowGtk and BalloonCollectionImpl call RemoveObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/notifications/balloon_collection_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_browser_window_gtk.cc
diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.cc b/chrome/browser/ui/panels/panel_browser_window_gtk.cc
index 151322af2636c5541caffcc3525a6e2071d4aa76..c2b3c1c5cf5bcba9bb18b2fe89ca4e19c4490d3c 100644
--- a/chrome/browser/ui/panels/panel_browser_window_gtk.cc
+++ b/chrome/browser/ui/panels/panel_browser_window_gtk.cc
@@ -69,6 +69,7 @@ PanelBrowserWindowGtk::PanelBrowserWindowGtk(Browser* browser,
}
PanelBrowserWindowGtk::~PanelBrowserWindowGtk() {
+ CleanupDragDrop();
}
void PanelBrowserWindowGtk::Init() {
« no previous file with comments | « chrome/browser/notifications/balloon_collection_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698