| Index: chrome/browser/browser.cc
|
| diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
|
| index f4e1b3c7d8416ca40f1a6f989d7d868d0168d21f..93c25924a01033330ca3da881f26e56a3502d246 100644
|
| --- a/chrome/browser/browser.cc
|
| +++ b/chrome/browser/browser.cc
|
| @@ -2780,7 +2780,7 @@ void Browser::UpdateCommandsForTabState() {
|
| !(type() & TYPE_APP) && tab_count() > 1);
|
|
|
| // Current navigation entry, may be NULL.
|
| - NavigationEntry* active_entry = current_tab->controller().GetActiveEntry();
|
| + NavigationEntry* active_entry = nc.GetActiveEntry();
|
|
|
| // Page-related commands
|
| window_->SetStarredState(current_tab->is_starred());
|
|
|