| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index 4a9015816f9f7d1776a3323c3107378a143964b4..135111e7d2de4ced54cf9c952ee141dfe3fff260 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -52,13 +52,14 @@
|
| #define IDC_SELECT_TAB_6 34024
|
| #define IDC_SELECT_TAB_7 34025
|
| #define IDC_SELECT_LAST_TAB 34026
|
| -#define IDC_DUPLICATE_TAB 34027
|
| -#define IDC_RESTORE_TAB 34028
|
| -#define IDC_SHOW_AS_TAB 34029
|
| -#define IDC_FULLSCREEN 34030
|
| -#define IDC_EXIT 34031
|
| -#define IDC_MOVE_TAB_NEXT 34032
|
| -#define IDC_MOVE_TAB_PREVIOUS 34033
|
| +#define IDC_SELECT_PREVIOUS_MRU_TAB 34027
|
| +#define IDC_DUPLICATE_TAB 34028
|
| +#define IDC_RESTORE_TAB 34029
|
| +#define IDC_SHOW_AS_TAB 34030
|
| +#define IDC_FULLSCREEN 34031
|
| +#define IDC_EXIT 34032
|
| +#define IDC_MOVE_TAB_NEXT 34033
|
| +#define IDC_MOVE_TAB_PREVIOUS 34034
|
| #define IDC_SEARCH 34035
|
| #define IDC_TABPOSE 34036
|
| #define IDC_DEBUG_FRAME_TOGGLE 34038
|
|
|