summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 452e94d..cbbe84d 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -2243,9 +2243,6 @@ void Browser::ProcessPendingUIUpdates() {
updated_stuff[contents] |= TabContents::INVALIDATE_FAVICON;
}
- if (flags & TabContents::INVALIDATE_FEEDLIST)
- window()->GetLocationBar()->UpdateFeedIcon();
-
// Updating the URL happens synchronously in ScheduleUIUpdate.
if (flags & TabContents::INVALIDATE_LOAD && GetStatusBubble())