| Index: chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h
|
| diff --git a/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h b/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h
|
| index 2e1b5bf16c368880a90e213052878eda29f5149a..be35f0f2365e5c793259c30b34340134ead460da 100644
|
| --- a/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h
|
| @@ -47,6 +47,10 @@ class RecentTabsSubMenuModel : public ui::SimpleMenuModel,
|
| static const int kRecentlyClosedHeaderCommandId;
|
| static const int kDisabledRecentlyClosedHeaderCommandId;
|
|
|
| + // Exposed for tests only: return the Command Id for the first entry in the
|
| + // recently closed window items list.
|
| + static int GetFirstRecentTabsCommandId();
|
| +
|
| // If |open_tabs_delegate| is NULL, the default delegate for |browser|'s
|
| // profile will be used. Testing may require a specific |open_tabs_delegate|.
|
| RecentTabsSubMenuModel(ui::AcceleratorProvider* accelerator_provider,
|
|
|