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

Unified Diff: content/public/common/content_features.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: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index a35805dcfd95b1eaba8f33b554bf2756e1983728..2bd44e0a335b35f7fd5ed347cdcca26a92390d87 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -57,11 +57,6 @@ const base::Feature kCompositeOpaqueFixedPosition{
const base::Feature kCompositeOpaqueScrollers{"CompositeOpaqueScrollers",
base::FEATURE_ENABLED_BY_DEFAULT};
-// Enables the credential management API:
-// https://w3c.github.io/webappsec-credential-management/
-const base::Feature kCredentialManagementAPI{"CredentialManagementAPI",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
// Speculatively pre-evaluate Javascript which will likely use document.write to
// load an external script. The feature extracts the written markup and sends it
// to the preload scanner.

Powered by Google App Engine
This is Rietveld 408576698