Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index ec86af9a578d3d2b71bb1ec2d732211c8dd3e9c4..8eb5b2ef5d7d33aca925a84e22a9792cb0b2e1c1 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -194,9 +194,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
WebRuntimeFeatures::EnableNetworkInformation(true); |
} |
- if (!base::FeatureList::IsEnabled(features::kCredentialManagementAPI)) |
- WebRuntimeFeatures::EnableCredentialManagerAPI(false); |
- |
if (command_line.HasSwitch(switches::kReducedReferrerGranularity)) |
WebRuntimeFeatures::EnableReducedReferrerGranularity(true); |