| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 57395df32f4a346d7152166a31a7fc60d0d89514..1fb7933f2a5cc4acc6df78406c72af3b53020ce8 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -175,6 +175,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| switches::kEnableExperimentalWebPlatformFeatures)) {
|
| WebRuntimeFeatures::enableNetworkInformation(true);
|
| }
|
| +
|
| + if (command_line.HasSwitch(switches::kEnableCredentialManagerAPI))
|
| + WebRuntimeFeatures::enableCredentialManagerAPI(true);
|
| }
|
|
|
| } // namespace content
|
|
|