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

Unified Diff: media/base/media_switches.cc

Issue 2849043002: Send AndroidOverlay routing token from WMPI to AVDA. (Closed)
Patch Set: merged HaveOverlayInfo and SendOverlayInfo 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
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 1011947dffee46ba4f888f1a123a9f422cc92f21..3456bbb7f851efc462ca51588f8c79afc4ae4d11 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -182,6 +182,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};

Powered by Google App Engine
This is Rietveld 408576698