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

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

Issue 8953040: Add overflow indicator count on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 8af6c4066efcc2ec3d0e91d20f60b4ee51179b08..040ee38d61e65bc06ea993cf81bf4e0a0a6e6d24 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -193,6 +193,7 @@ bool Panel::IsActive() const {
void Panel::FlashFrame() {
native_panel_->DrawAttention();
+ manager()->OnPanelAttentionStateChanged(this);
jennb 2011/12/19 22:24:50 Instead of everything going through the panel mana
jianli 2011/12/20 01:20:41 Per discussion, we leave it as it is. We will refa
}
gfx::NativeWindow Panel::GetNativeHandle() {
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel_manager.h » ('j') | chrome/browser/ui/panels/panel_overflow_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698