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

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

Issue 134633004: Roll libjingle+webrtc to r5397. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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: content/renderer/media/rtc_media_constraints.cc
===================================================================
--- content/renderer/media/rtc_media_constraints.cc (revision 245239)
+++ content/renderer/media/rtc_media_constraints.cc (working copy)
@@ -33,14 +33,6 @@
if (new_constraint.key == kMediaStreamSourceInfoId)
continue;
- // Ignore internal constraints set by JS.
- if (StartsWithASCII(
- new_constraint.key,
- webrtc::MediaConstraintsInterface::kInternalConstraintPrefix,
- true)) {
- continue;
- }
-
DVLOG(3) << "MediaStreamConstraints:" << new_constraint.key
<< " : " << new_constraint.value;
native_constraints->push_back(new_constraint);

Powered by Google App Engine
This is Rietveld 408576698