Index: chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc |
diff --git a/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc b/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc |
index 27431d362523c7ff9ed81a93e675e04dce39538d..47bda5e7d8d84acb49ce71edb3dbbc36fafb578c 100644 |
--- a/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc |
+++ b/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc |
@@ -313,6 +313,11 @@ void RecentTabsSubMenuModel::ExecuteCommand(int command_id, int event_flags) { |
} |
} |
+// static |
+int RecentTabsSubMenuModel::GetFirstRecentTabsCommandId() { |
+ return WindowVectorIndexToCommandId(0); |
+} |
+ |
const gfx::FontList* RecentTabsSubMenuModel::GetLabelFontListAt( |
int index) const { |
int command_id = GetCommandIdAt(index); |