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

Unified Diff: content/renderer/media/media_stream_dispatcher.cc

Issue 10836136: fix a copy&paste error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« 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/renderer/media/media_stream_dispatcher.cc
===================================================================
--- content/renderer/media/media_stream_dispatcher.cc (revision 150360)
+++ content/renderer/media/media_stream_dispatcher.cc (working copy)
@@ -240,7 +240,7 @@
Request& request = *it;
if (request.ipc_request == request_id) {
if (request.handler) {
- request.handler->OnStreamGenerationFailed(request.request_id);
+ request.handler->OnDevicesEnumerationFailed(request.request_id);
DVLOG(1) << "MediaStreamDispatcher::OnDevicesEnumerationFailed("
<< request.request_id << ")\n";
}
« 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