| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index e85d964f7fe379e9a539a983f6b056f94aa7d0e1..5e3df4aecc253d9736b33598d8ab82c4155eae82 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -285,6 +285,11 @@
|
| // Context menu items in the status tray
|
| #define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100
|
|
|
| +// Context menu items for speech recognition
|
| +#define IDC_SPEECH_INPUT_MENU 51200
|
| +#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_CENSOR_RESULTS 51201
|
| +#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT 51202
|
| +
|
| // Protocol handler menu entries
|
| #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
|
| #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
|
|
|