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

Unified Diff: ui/views/bubble/bubble_delegate.cc

Issue 11519040: More unittests passing with new focus controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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: ui/views/bubble/bubble_delegate.cc
===================================================================
--- ui/views/bubble/bubble_delegate.cc (revision 172961)
+++ ui/views/bubble/bubble_delegate.cc (working copy)
@@ -196,6 +196,7 @@
void BubbleDelegateView::OnWidgetClosing(Widget* widget) {
if (anchor_widget() == widget) {
+ anchor_widget_->RemoveObserver(this);
anchor_view_ = NULL;
anchor_widget_ = NULL;
}

Powered by Google App Engine
This is Rietveld 408576698