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

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

Issue 85473002: MediaStream API: Cleaning away a bit of dead code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: content/renderer/media/media_stream_impl.cc
diff --git a/content/renderer/media/media_stream_impl.cc b/content/renderer/media/media_stream_impl.cc
index 0ed755002d0c142520274e80bcea1295c5edeb9c..3771a970d4496e517139c889d3a0e82bc6731239 100644
--- a/content/renderer/media/media_stream_impl.cc
+++ b/content/renderer/media/media_stream_impl.cc
@@ -443,8 +443,6 @@ void MediaStreamImpl::CreateWebKitSourceVector(
base::Bind(&MediaStreamImpl::OnLocalSourceStop, AsWeakPtr())));
// |source_extra_data| is owned by webkit_sources[i].
webkit_sources[i].setExtraData(source_extra_data);
- webkit_sources[i].setDeviceId(UTF8ToUTF16(
- base::IntToString(devices[i].session_id)));
local_sources_.push_back(LocalStreamSource(frame, webkit_sources[i]));
}
}
« 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