| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 830941534a1a1aec11794f4a2ddab8bbadd08437..acfe7b055862c1e52215423bcc5b76267390cc2b 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -111,6 +111,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisableSharedWorkers))
|
| WebRuntimeFeatures::enableSharedWorker(false);
|
|
|
| + // TODO now runtime flag.
|
| + WebRuntimeFeatures::enableMediaRecorder(true);
|
| +
|
| #if defined(OS_ANDROID)
|
| // WebAudio is enabled by default on ARM and X86, if the MediaCodec
|
| // API is available.
|
|
|