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

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

Issue 10987037: Add tests for panel app icon functionaility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix builds Created 8 years, 3 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
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());
}

Powered by Google App Engine
This is Rietveld 408576698