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

Unified Diff: media/base/media_switches.cc

Issue 2840813002: Media Engagement: implement shell of the media engagement service. (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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 03b4c7685e31a19cc1f8df94f6e719030fa783ec..870552d177cad7a6482f62284e510d0e42ef89c9 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -201,6 +201,11 @@ const base::Feature kVideoBlitColorAccuracy{"video-blit-color-accuracy",
const base::Feature kExternalClearKeyForTesting{
"external-clear-key-for-testing", base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables Media Engagement Index recording in order to by-pass autoplay
DaleCurtis 2017/04/25 16:58:00 bypass
mlamouri (slow - plz ping) 2017/04/25 17:14:41 Done.
+// policies.
+const base::Feature kMediaEngagement{"media-engagement",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
#if defined(OS_ANDROID)
// Lock the screen orientation when a video goes fullscreen.
const base::Feature kVideoFullscreenOrientationLock{
« chrome/browser/media/media_engagement_service_factory.h ('K') | « media/base/media_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698