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

Unified Diff: chrome/browser/flag_descriptions.h

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index ce8ff8b7d7211c45bddd704d5a8674459092874c..19d1fa57d9b3c1398d602e6853ceb2b892d5f6e8 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2797,6 +2797,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.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698