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

Unified Diff: content/child/runtime_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/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index ec86af9a578d3d2b71bb1ec2d732211c8dd3e9c4..8eb5b2ef5d7d33aca925a84e22a9792cb0b2e1c1 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -194,9 +194,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
WebRuntimeFeatures::EnableNetworkInformation(true);
}
- if (!base::FeatureList::IsEnabled(features::kCredentialManagementAPI))
- WebRuntimeFeatures::EnableCredentialManagerAPI(false);
-
if (command_line.HasSwitch(switches::kReducedReferrerGranularity))
WebRuntimeFeatures::EnableReducedReferrerGranularity(true);

Powered by Google App Engine
This is Rietveld 408576698