diff options
author | gshires@google.com <gshires@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 05:08:34 +0000 |
---|---|---|
committer | gshires@google.com <gshires@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 05:08:34 +0000 |
commit | 508d103823a657b4fb94ae7f15c33dffa22ab5e7 (patch) | |
tree | 86b1f4651719defb84a9a3adf73b33114e634fd1 /chrome/app/chrome_command_ids.h | |
parent | 0b4a9c47bad10b4ecb094171d57c4b355dfd7188 (diff) | |
download | chromium_src-508d103823a657b4fb94ae7f15c33dffa22ab5e7.zip chromium_src-508d103823a657b4fb94ae7f15c33dffa22ab5e7.tar.gz chromium_src-508d103823a657b4fb94ae7f15c33dffa22ab5e7.tar.bz2 |
Context menu for "Voice recognition options"
Patch from Glen Shires <gshires@google.com>
BUG=79991
Test=
Review URL: http://codereview.chromium.org/7086005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index ab5318a..4a83ffe 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 |