Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3380)

Unified Diff: chrome/browser/ui/webui/options/password_manager_handler.cc

Issue 2844453002: Update CM API IDL to use SecureContext (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698