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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 1612203002: [Media Router] Adds a contextual menu item to remove the MR component action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 746d9e138c2b0543588e5e12372e97ebb95f8467..31d57fbb7d450792f6a982fb574f580681baa54b 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -348,6 +348,7 @@
#define IDC_MEDIA_ROUTER_HELP 51201
#define IDC_MEDIA_ROUTER_LEARN_MORE 51202
#define IDC_MEDIA_ROUTER_REPORT_ISSUE 51203
+#define IDC_MEDIA_ROUTER_REMOVE_FROM_CHROME 51204
apacible 2016/01/22 16:53:55 nit: Since this command is usable in Chromium, per
mark a. foltz 2016/01/22 18:01:54 Changed to IDC_MEDIA_ROUTER_REMOVE_TOOLBAR_ACTION
// Context menu items for media stream status tray
#define IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY 51300

Powered by Google App Engine
This is Rietveld 408576698