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

Unified Diff: trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host.cc

Issue 74753005: Revert 235139 "Fix cancelling of device enumeration requests." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host.cc
===================================================================
--- trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host.cc (revision 235677)
+++ trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host.cc (working copy)
@@ -95,8 +95,6 @@
OnStopStreamDevice)
IPC_MESSAGE_HANDLER(MediaStreamHostMsg_EnumerateDevices,
OnEnumerateDevices)
- IPC_MESSAGE_HANDLER(MediaStreamHostMsg_CancelEnumerateDevices,
- OnCancelEnumerateDevices);
IPC_MESSAGE_HANDLER(MediaStreamHostMsg_OpenDevice,
OnOpenDevice)
IPC_MESSAGE_HANDLER(MediaStreamHostMsg_CloseDevice,
« 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