| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index d6c7718d773927400a6a35cfee45b0414629c8ac..d526d68d9ee787eb078f62ff9ba1c88d5b6af11a 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -185,12 +185,13 @@
|
| #define IDC_EXTENSION_ERRORS 40031
|
| #define IDC_SHOW_SYNC_ERROR 40032
|
| #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
|
| -#define IDC_DEV_TOOLS_TOGGLE 40034
|
| #define IDC_SHOW_SETTINGS_CHANGE_LAST 40133
|
| #define IDC_SHOW_AVATAR_MENU 40134
|
| #define IDC_EXTENSION_DISABLED_FIRST 40135
|
| #define IDC_EXTENSION_DISABLED_LAST 40235
|
| #define IDC_TOGGLE_REQUEST_TABLET_SITE 40236
|
| +#define IDC_DEV_TOOLS_TOGGLE 40237
|
| +#define IDC_EXTERNAL_EXTENSION_ALERT 40238
|
|
|
| // Spell-check
|
| // Insert any additional suggestions before _LAST; these have to be consecutive.
|
|
|