Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index be6e3037a094a56a7659b1b7bf5354008b54dc82..76b175c4692e54942c21aa7e901d229ec93d29da 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1736,10 +1736,6 @@ const FeatureEntry kFeatureEntries[] = { |
{"enable-tab-audio-muting", flag_descriptions::kTabAudioMutingName, |
flag_descriptions::kTabAudioMutingDescription, kOsDesktop, |
SINGLE_VALUE_TYPE(switches::kEnableTabAudioMuting)}, |
- {"enable-credential-manager-api", |
- flag_descriptions::kCredentialManagerApiName, |
- flag_descriptions::kCredentialManagerApiDescription, kOsAll, |
- FEATURE_VALUE_TYPE(features::kCredentialManagementAPI)}, |
{"reduced-referrer-granularity", |
flag_descriptions::kReducedReferrerGranularityName, |
flag_descriptions::kReducedReferrerGranularityDescription, kOsAll, |