| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 02ad1f2b6901658bbcc26283184b38b3a1660a83..2a12e3b7f577dd693a61d8cdbfbe2a0aa3e1132a 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -14,11 +14,6 @@ namespace features {
|
| const base::Feature kBrotliEncoding{"brotli-encoding",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -// Enables the credential management API:
|
| -// https://w3c.github.io/webappsec-credential-management/
|
| -const base::Feature kCredentialManagementAPI{"CredentialManagementAPI",
|
| - base::FEATURE_ENABLED_BY_DEFAULT};
|
| -
|
| // Downloads resumption will be controllable via a flag until it's enabled
|
| // permanently. See https://crbug.com/7648
|
| const base::Feature kDownloadResumption{"DownloadResumption",
|
|
|