| 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..9e031afb81d72542d9943aeed2ff7e8ca533fb5c 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_APP_ICON_LOADED,
|
| + content::Source<Panel>(this),
|
| + content::NotificationService::NoDetails());
|
| }
|
|
|