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

Unified Diff: content/public/common/content_features.cc

Issue 2821203005: Add a mojo implementation of AudioOutputIPC. (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: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 1436426c834edee4716410d64a9562265bcf5ca5..64e61c89cb3cce5e9d79452022710d04d68dccd7 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -226,6 +226,11 @@ const base::Feature kTokenBinding{"token-binding",
const base::Feature kTouchpadAndWheelScrollLatching{
"TouchpadAndWheelScrollLatching", base::FEATURE_DISABLED_BY_DEFAULT};
+// Use MojoAudioOutputIPC and RenderFrameAudioOutputStreamFactory rather than
+// AudioMessageFilter and AudioRendererHost.
+const base::Feature kUseMojoAudioOutputStreamFactory{
+ "UseMojoAudioOutputStreamFactory", base::FEATURE_DISABLED_BY_DEFAULT};
o1ka 2017/04/20 10:35:59 This is "enabling a feature behind a flag", so it
Max Morin 2017/05/05 13:10:58 I removed the feature.
+
// Enables VR UI.
const base::Feature kVrShell{"VrShell", base::FEATURE_DISABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698