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

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

Issue 2846713002: [Media] Added feature flag for new remote playback pipeline (Closed)
Patch Set: Fixed failing layout tests Created 3 years, 8 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 f4da00529e9abaf4a68a3e0743b589e0a9f3676c..72ede30cd31eca784ce081a9d8b94c0babca0a04 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -655,6 +655,10 @@
name: "NetworkInformation",
status: "stable",
},
+ // Not a web exposed feature, enabled from the command line.
+ {
+ name: "NewRemotePlaybackPipeline",
+ },
{
name: "NotificationBadge",
status: "stable",
@@ -992,7 +996,7 @@
{
name: "WebAssemblyStreaming",
status: "experimental",
- },
+ },
{
name: "WebAuth",
status: "experimental",

Powered by Google App Engine
This is Rietveld 408576698