| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index 09407f9dbe5f8b3a54ab185eb35752796132ae5a..ad570f195bf88c701c2182703ef6442676bc975f 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -245,6 +245,9 @@
|
| // Translate
|
| #define IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE 42100
|
| #define IDC_TRANSLATE_TARGET_LANGUAGE_BASE 42400
|
| +
|
| +// Speech input
|
| +#define IDC_TOGGLE_SPEECH_INPUT 42500
|
|
|
| // Identifiers for platform-specific items.
|
| // Placed in a common file to help insure they never collide.
|
|
|