| 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[] =
|
|
|