| Index: chrome/browser/views/toolbar_view.cc
|
| diff --git a/chrome/browser/views/toolbar_view.cc b/chrome/browser/views/toolbar_view.cc
|
| index 8ba0e5c955ecc96dbf4d04c72e22a9e7fd713091..c363a56b48beaace8d41c52321fa8d12ae15c4ee 100644
|
| --- a/chrome/browser/views/toolbar_view.cc
|
| +++ b/chrome/browser/views/toolbar_view.cc
|
| @@ -218,6 +218,9 @@ void ToolbarView::SetProfile(Profile* profile) {
|
| void ToolbarView::Update(TabContents* tab, bool should_restore_state) {
|
| if (location_bar_)
|
| location_bar_->Update(should_restore_state ? tab : NULL);
|
| +
|
| + if (browser_actions_)
|
| + browser_actions_->RefreshBrowserActionViews();
|
| }
|
|
|
| int ToolbarView::GetNextAccessibleViewIndex(int view_index, bool nav_left) {
|
|
|