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 b970b16346b74522bc061e458f3476e3779e39ab..f080d7c07a1409c8e7e114070c15cbce4a154f70 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; |
} |