Index: chrome/browser/ui/panels/panel.cc |
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc |
index 8c416afe757eb77e4cbd0efcdb14b0939083e703..78687d2b9e1c4caef27e52f18dbbe7c32cbb802d 100644 |
--- a/chrome/browser/ui/panels/panel.cc |
+++ b/chrome/browser/ui/panels/panel.cc |
@@ -63,6 +63,11 @@ void Panel::SetPanelBounds(const gfx::Rect& bounds) { |
restored_height_ = bounds.height(); |
native_panel_->SetPanelBounds(bounds); |
+ |
+ content::NotificationService::current()->Notify( |
+ chrome::NOTIFICATION_PANEL_CHANGED_BOUNDS, |
+ content::Source<Panel>(this), |
+ content::NotificationService::NoDetails()); |
} |
void Panel::SetMaxSize(const gfx::Size& max_size) { |