| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index b13ccc219aba59e003e9710e87e0da18bc2fc291..db1a7ea842981f929fbc2c0f6481b6a5f32e29d2 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -133,9 +133,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisablePrefixedEncryptedMedia))
|
| WebRuntimeFeatures::enablePrefixedEncryptedMedia(false);
|
|
|
| - if (command_line.HasSwitch(switches::kEnableWebMIDI))
|
| - WebRuntimeFeatures::enableWebMIDI(true);
|
| -
|
| if (command_line.HasSwitch(switches::kDisableFileSystem))
|
| WebRuntimeFeatures::enableFileSystem(false);
|
|
|
|
|