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

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2759953003: Interface RTCRtpReceiver and RTCPeerConnection.getReceivers() added. (Closed)
Patch Set: Rebase with master Created 3 years, 9 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: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
index 3eecbf9e7228134111b5c63d4c5735a57c1210d2..938f1555e9be87832310ca6c9424fa2f0acacf00 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -797,6 +797,10 @@
name: "RootLayerScrolling",
},
{
+ name: "RTCRtpReceiver",
+ status: "experimental",
+ },
+ {
name: "ScriptedSpeech",
status: "stable",
},
@@ -1028,6 +1032,6 @@
{
name: "XSLT",
status: "stable",
- },
foolip 2017/03/29 10:07:58 That comma wasn't accidental, it's so that adding
hbos_chromium 2017/03/29 13:50:13 Done.
+ }
],
}

Powered by Google App Engine
This is Rietveld 408576698