Index: trunk/src/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h (revision 227696) |
+++ trunk/src/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h (working copy) |
@@ -39,11 +39,6 @@ |
class RecentTabsSubMenuModel : public ui::SimpleMenuModel, |
public ui::SimpleMenuModel::Delegate { |
public: |
- // Command Id for recently closed items header or disabled item to which the |
- // accelerator string will be appended. |
- static const int kRecentlyClosedHeaderCommandId; |
- static const int kDisabledRecentlyClosedHeaderCommandId; |
- |
// If |associator| is NULL, default associator for |browser|'s profile will |
// be used. Testing may require a specific |associator|. |
RecentTabsSubMenuModel(ui::AcceleratorProvider* accelerator_provider, |
@@ -65,6 +60,14 @@ |
std::string* url, |
string16* title) const; |
+ // Command Id for recently closed items header or disabled item to which the |
+ // accelerator string will be appended. |
+ static const int kRecentlyClosedHeaderCommandId; |
+ static const int kDisabledRecentlyClosedHeaderCommandId; |
+ |
+ // Command Id for other devices section headers, using the device name. |
+ static const int kDeviceNameCommandId; |
+ |
private: |
struct TabNavigationItem; |
typedef std::vector<TabNavigationItem> TabNavigationItems; |