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

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

Issue 2846713002: [Media] Added feature flag for new remote playback pipeline (Closed)
Patch Set: 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 4d1c5ecab06793aba2461cbe0b9bb14293c4d97b..3a744382cdab3e596e6aef9c316ecafa5a39a072 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -659,6 +659,10 @@
name: "NetworkInformation",
status: "stable",
},
+ // Not a web exposed feature, enabled from the command line.
+ {
+ name: "NewRemotePlaybackPipeline",
+ },
{
name: "NotificationBadge",
status: "stable",
@@ -996,7 +1000,7 @@
{
name: "WebAssemblyStreaming",
status: "experimental",
- },
+ },
{
name: "WebAuth",
status: "experimental",

Powered by Google App Engine
This is Rietveld 408576698