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

Unified Diff: chrome/browser/flag_descriptions.cc

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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 876ad604474790fecbfd2603f7c48021f446743a..c6292f87a6cb92b5541182eadcb2e955db8104fb 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2574,6 +2574,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[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698