diff options
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r-- | chrome/browser/browser.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc index 6d50e66..ac79476 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -2370,6 +2370,9 @@ void Browser::ProcessPendingUIUpdates() { if (flags & TabContents::INVALIDATE_FEEDLIST) window()->GetLocationBar()->UpdateFeedIcon(); + if (flags & TabContents::INVALIDATE_PAGE_ACTIONS) + window()->GetLocationBar()->UpdatePageActions(); + // Updating the URL happens synchronously in ScheduleUIUpdate. if (flags & TabContents::INVALIDATE_LOAD && GetStatusBubble()) |