| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 7fae7425685ad68bc8661da9d64e9d71fb64cdda..dc9bf5d109b893f58f23da54756763c2e1cddd82 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -130,9 +130,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisablePrefixedEncryptedMedia))
|
| WebRuntimeFeatures::enablePrefixedEncryptedMedia(false);
|
|
|
| - if (command_line.HasSwitch(switches::kDisableFileSystem))
|
| - WebRuntimeFeatures::enableFileSystem(false);
|
| -
|
| if (command_line.HasSwitch(switches::kEnableExperimentalCanvasFeatures))
|
| WebRuntimeFeatures::enableExperimentalCanvasFeatures(true);
|
|
|
|
|