Chromium Code Reviews| 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.
|
| + } |
| ], |
| } |