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