Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index 609cfe71720341cd441746c90d64a55e39ce0dd3..b0b14bbf748de9f446031be309875e6f86f8562d 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -293,4 +293,9 @@ void WebRuntimeFeatures::enableLaxMixedContentChecking(bool enable) |
RuntimeEnabledFeatures::setLaxMixedContentCheckingEnabled(enable); |
} |
+void WebRuntimeFeatures::enableCredentialManagerAPI(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setCredentialManagerEnabled(enable); |
+} |
+ |
} // namespace blink |