| Index: chrome/browser/gtk/browser_toolbar_gtk.cc
|
| diff --git a/chrome/browser/gtk/browser_toolbar_gtk.cc b/chrome/browser/gtk/browser_toolbar_gtk.cc
|
| index fa5d34ea5f09d752f1d9ae7133961c14242d4c28..59ebd22b9c9ef02e2d14c49df805edaadb7c25f9 100644
|
| --- a/chrome/browser/gtk/browser_toolbar_gtk.cc
|
| +++ b/chrome/browser/gtk/browser_toolbar_gtk.cc
|
| @@ -406,6 +406,9 @@ void BrowserToolbarGtk::SetProfile(Profile* profile) {
|
| void BrowserToolbarGtk::UpdateTabContents(TabContents* contents,
|
| bool should_restore_state) {
|
| location_bar_->Update(should_restore_state ? contents : NULL);
|
| +
|
| + if (actions_toolbar_.get())
|
| + actions_toolbar_->Update();
|
| }
|
|
|
| gfx::Rect BrowserToolbarGtk::GetLocationStackBounds() const {
|
|
|