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

Unified Diff: content/common/media/media_stream_messages.h

Issue 2532473003: Remove old media-device enumeration IPC message (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/media_stream_messages.h
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index bdcc42f0a598a958954309a073e71bd6dbf3ddc2..31a21377c59982b1d8cb825df7defb379091bdc8 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -77,13 +77,6 @@ IPC_MESSAGE_ROUTED2(MediaStreamMsg_DeviceStopped,
std::string /* label */,
content::StreamDeviceInfo /* the device */)
-// The browser has enumerated devices. If no devices are found
-// |device_list| is empty.
-// Used by Pepper and WebRTC.
-IPC_MESSAGE_ROUTED2(MediaStreamMsg_DevicesEnumerated,
- int /* request id */,
- content::StreamDeviceInfoArray /* device_list */)
-
// TODO(wjia): should DeviceOpen* messages be merged with
// StreamGenerat* ones?
// The browser has opened a device successfully.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698