Chromium Code Reviews| Index: chrome/browser/browser.cc |
| =================================================================== |
| --- chrome/browser/browser.cc (revision 11592) |
| +++ chrome/browser/browser.cc (working copy) |
| @@ -2243,6 +2243,9 @@ |
| 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()) |