| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index 26a7a7b69e4a76a025c6a1c487303661e7d23590..7cdceafb117039075681a81974472ebb6c77f72c 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1525,7 +1525,7 @@ bool BrowserView::GetAcceleratorForCommandId(int command_id,
|
| return toolbar_->GetAcceleratorForCommandId(command_id, accelerator);
|
| }
|
|
|
| -bool BrowserView::IsLabelForCommandIdDynamic(int command_id) const {
|
| +bool BrowserView::IsItemForCommandIdDynamic(int command_id) const {
|
| return command_id == IDC_RESTORE_TAB;
|
| }
|
|
|
|
|