| Index: chrome/browser/ui/webui/options/password_manager_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/password_manager_handler.cc b/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| index 5a6ac90a5b191c039c16bc4dc9cac1557fbd6cf2..e9f434bb59ebc69fb98bae2a62ee046918a05168 100644
|
| --- a/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| @@ -44,7 +44,6 @@
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_ui.h"
|
| -#include "content/public/common/content_features.h"
|
| #include "content/public/common/origin_util.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| @@ -165,9 +164,6 @@ void PasswordManagerHandler::GetLocalizedValues(
|
| #endif
|
|
|
| localized_strings->SetBoolean("disableShowPasswords", disable_show_passwords);
|
| - localized_strings->SetBoolean(
|
| - "enableCredentialManagerAPI",
|
| - base::FeatureList::IsEnabled(features::kCredentialManagementAPI));
|
| }
|
|
|
| void PasswordManagerHandler::RegisterMessages() {
|
|
|