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

Unified Diff: media/base/media_switches.cc

Issue 2849043002: Send AndroidOverlay routing token from WMPI to AVDA. (Closed)
Patch Set: rebased Created 3 years, 7 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 | « media/base/media_switches.h ('k') | media/base/overlay_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 7a13243900e84c2b0ca1d8ea0f288b1dad5c1483..da17dd5a42d88d1fd732d2be37e0665bb6a34b3d 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -194,6 +194,10 @@ const base::Feature kResumeBackgroundVideo {
#endif
};
+// Use AndroidOverlay rather than ContentVideoView in clank?
+const base::Feature kUseAndroidOverlay{"use-android_overlay",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Let video track be unselected when video is playing in the background.
const base::Feature kBackgroundVideoTrackOptimization{
"BackgroundVideoTrackOptimization", base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « media/base/media_switches.h ('k') | media/base/overlay_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698