| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 660dac5eba0ebc1ed439a26b25001d2b51fddea7..fd4d0f953f3535622d845a04c8014de57cdee6a4 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -836,4 +836,9 @@ void Panel::OnImageLoaded(const gfx::Image& image,
|
| native_panel_->UpdatePanelTitleBar();
|
| }
|
| app_icon_loader_.reset();
|
| +
|
| + content::NotificationService::current()->Notify(
|
| + chrome::NOTIFICATION_PANEL_ICON_KNOWN,
|
| + content::Source<Panel>(this),
|
| + content::NotificationService::NoDetails());
|
| }
|
|
|