Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2541)

Unified Diff: chrome/app/chrome_command_ids.h

Issue 10168008: Show camera and microphone status indicators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed debugging code. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 952f81248c89f7b0939857bd9599d8848154f027..c43f79eba3f41a7bdfa6e2c1934766d56acf392e 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -309,6 +309,11 @@
#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_AUDIO 51301
+#define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_VIDEO 51302
+
// Protocol handler menu entries
#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/media/media_stream_capture_indicator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698