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

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

Issue 15120009: Pass the sctp command-line flag to Libjingle as an internal-only constraint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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.h
diff --git a/content/renderer/media/rtc_media_constraints.h b/content/renderer/media/rtc_media_constraints.h
index 24a92ee2e6986ed30f3ff2c2753e3d3f3c97d3d9..c39790e486b73f7a2b35686095dcdc4b38667a17 100644
--- a/content/renderer/media/rtc_media_constraints.h
+++ b/content/renderer/media/rtc_media_constraints.h
@@ -24,6 +24,7 @@ class RTCMediaConstraints : public webrtc::MediaConstraintsInterface {
virtual ~RTCMediaConstraints();
virtual const Constraints& GetMandatory() const OVERRIDE;
virtual const Constraints& GetOptional() const OVERRIDE;
+ void AddOptional(const std::string& key, const std::string& value);
protected:
Constraints mandatory_;
« no previous file with comments | « no previous file | content/renderer/media/rtc_media_constraints.cc » ('j') | content/renderer/media/rtc_media_constraints.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698