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

Unified Diff: media/base/media_switches.cc

Issue 2932553003: Enable spec-compliant canplaythrough event by default (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | no next file » | 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 9ab0dbc0f37cf7652f80cdb4df5363451b915074..70ece284a5475ad4293e6cf6a5c6e6bcbc6aa208 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -230,7 +230,7 @@ const base::Feature kNewRemotePlaybackPipeline{
// CanPlayThrough issued according to standard.
const base::Feature kSpecCompliantCanPlayThrough{
- "SpecCompliantCanPlayThrough", base::FEATURE_DISABLED_BY_DEFAULT};
+ "SpecCompliantCanPlayThrough", base::FEATURE_ENABLED_BY_DEFAULT};
// Use shared block-based buffering for media.
const base::Feature kUseNewMediaCache{"use-new-media-cache",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698