| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index d54146a9bc3975ddcc6def8e2d539834517558f5..3c6699a85cf6130d4bf9d7ada5ef5114cee9e0e2 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -134,11 +134,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisableFileSystem))
|
| WebRuntimeFeatures::enableFileSystem(false);
|
|
|
| -#if defined(OS_WIN)
|
| - if (command_line.HasSwitch(switches::kEnableDirectWrite))
|
| - WebRuntimeFeatures::enableDirectWrite(true);
|
| -#endif
|
| -
|
| if (command_line.HasSwitch(switches::kEnableExperimentalCanvasFeatures))
|
| WebRuntimeFeatures::enableExperimentalCanvasFeatures(true);
|
|
|
|
|