Chromium Code Reviews| Index: chrome/app/chrome_command_ids.h |
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h |
| index f2b3385c0fd2f4ec7ac1c8af9b1cfa71d8774f22..50655101a03e881593397e845630b92e16eac7c7 100644 |
| --- a/chrome/app/chrome_command_ids.h |
| +++ b/chrome/app/chrome_command_ids.h |
| @@ -83,6 +83,10 @@ |
| #define IDC_TRANSLATE_PAGE 35009 |
| #define IDC_MANAGE_PASSWORDS_FOR_PAGE 35010 |
| #define IDC_ROUTE_MEDIA 35011 |
| +#define IDC_WINDOW_DUPLICATE_TAB 35012 |
|
sky
2017/05/14 15:45:03
Can you keep the alignment as it was?
What's the
Elly Fong-Jones
2017/05/16 19:05:15
Done.
|
| +#define IDC_WINDOW_MUTE_TAB 35013 |
| +#define IDC_WINDOW_PIN_TAB 35014 |
| +#define IDC_WINDOW_RELOAD_TAB 35015 |
| // Clipboard commands |
| #define IDC_CUT 36000 |