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

Unified Diff: chrome/browser/flag_descriptions.cc

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: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 6127251646572b93a8d26b29bf6dfc34200a833f..1579a892b9b66b575a036a5faca6f4cbec409172 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2581,6 +2581,15 @@ const char kBackgroundVideoTrackOptimizationDescription[] =
"Disable video tracks when the video is played in the background to "
"optimize performance.";
+// New remote playback pipeline experiment strings.
+
+const char kNewRemotePlaybackPipelineName[] =
+ "Enable the new remote playback pipeline.";
+
+const char kNewRemotePlaybackPipelineDescription[] =
+ "Enable the new pipeline for playing media element remotely via "
+ "RemotePlayback API or native controls.";
+
// Video fullscreen with orientation lock experiment strings.
const char kVideoFullscreenOrientationLockName[] =

Powered by Google App Engine
This is Rietveld 408576698