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

Unified Diff: media/base/media_switches.h

Issue 2487373003: Disable background video track behind a feature flag (Closed)
Patch Set: Added the feature flag to histograms.xml Created 4 years, 1 month 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: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index f7a2dba6af4b9a277f6e16d31976173226ab1398..5ed33a95609f96896f3ef371a791947d10293749 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -87,6 +87,7 @@ MEDIA_EXPORT extern const base::Feature kResumeBackgroundVideo;
MEDIA_EXPORT extern const base::Feature kUseNewMediaCache;
MEDIA_EXPORT extern const base::Feature kVideoColorManagement;
MEDIA_EXPORT extern const base::Feature kExternalClearKeyForTesting;
+MEDIA_EXPORT extern const base::Feature kBackgroundVideoTrackOptimization;
#if defined(OS_ANDROID)
MEDIA_EXPORT extern const base::Feature kAndroidMediaPlayerRenderer;

Powered by Google App Engine
This is Rietveld 408576698