Index: chrome/app/chrome_command_ids.h |
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h |
index cc2dd2be25f9ff4c9fa2ab51177b5b7d3b02124d..80e9875ce0598e3175fbf00826999b12fa167ecb 100644 |
--- a/chrome/app/chrome_command_ids.h |
+++ b/chrome/app/chrome_command_ids.h |
@@ -303,6 +303,10 @@ |
#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_FILTER_PROFANITIES 51201 |
#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT 51202 |
+// Context menu items for media stream status tray |
+#define IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY 51300 |
+#define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST 51301 |
tommi (sloooow) - chröme
2012/05/02 12:10:55
should this be IDC_MEDIA_STREAM_CAPTURE_LIST?
no longer working on chromium
2012/05/02 13:24:29
As discussed offline, we will change it to
IDC_ME
|
+ |
// Protocol handler menu entries |
#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 |
#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 |