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

Unified Diff: chrome/browser/views/frame/browser_view.cc

Issue 436028: Fix app icon flicker in loading animation (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/browser_view.cc
diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc
index 8fbd80d3757d2bf21763f50c84e44ff8d3b8df71..dad49bb9bcf5319f983db072e363859fec328c1a 100644
--- a/chrome/browser/views/frame/browser_view.cc
+++ b/chrome/browser/views/frame/browser_view.cc
@@ -792,7 +792,7 @@ void BrowserView::SelectedTabExtensionShelfSizeChanged() {
void BrowserView::UpdateTitleBar() {
frame_->GetWindow()->UpdateWindowTitle();
- if (ShouldShowWindowIcon())
+ if (ShouldShowWindowIcon() && !loading_animation_timer_.IsRunning())
Ben Goodger (Google) 2009/11/24 20:54:31 Does this mean no tab can update its favicon while
xiyuan 2009/11/24 21:05:05 Tab's favicon update in tab strip should not be af
frame_->GetWindow()->UpdateWindowIcon();
browser_extender_->UpdateTitleBar();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698