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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index ba0e2b950184bfeabc7ed8e54a2c30fd32a45f60..5d4535bc685e8242745d1b459fcd19e928f708ce 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2803,6 +2803,14 @@ extern const char kBackgroundVideoTrackOptimizationName[];
// Description of the flag for enabling optimizing background video playback.
extern const char kBackgroundVideoTrackOptimizationDescription[];
+// New remote playback pipeline experiment strings.
+
+// Name of the flag for enabling the new remote playback pipeline.
+extern const char kNewRemotePlaybackPipelineName[];
+
+// Description of the flag for enabling the new remote playback pipeline.
+extern const char kNewRemotePlaybackPipelineDescription[];
+
// Video fullscreen with orientation lock experiment strings.
// Name of the flag for enabling orientation lock for fullscreen video playback.

Powered by Google App Engine
This is Rietveld 408576698