| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 691b8b911f28082f867376513a43cd0a8119824c..3a8bffaad50b5b0a57312e7524aeb42fcb858507 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -178,10 +178,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kEnableCredentialManagerAPI))
|
| WebRuntimeFeatures::enableCredentialManagerAPI(true);
|
|
|
| - if (command_line.HasSwitch(switches::kDisableSVG1DOM)) {
|
| - WebRuntimeFeatures::enableSVG1DOM(false);
|
| - }
|
| -
|
| if (command_line.HasSwitch(switches::kReducedReferrerGranularity))
|
| WebRuntimeFeatures::enableReducedReferrerGranularity(true);
|
|
|
|
|