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

Unified Diff: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Addressing mkwst comments Created 3 years, 6 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: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
index 2fa21863b5abb79127792f27a24e9e9a9d081369..a4b040e441d4a5c967ec7f5dbcfaa75474abd52f 100644
--- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
@@ -408,4 +408,8 @@ void WebRuntimeFeatures::EnableLocationHardReload(bool enable) {
RuntimeEnabledFeatures::setLocationHardReloadEnabled(enable);
}
+void WebRuntimeFeatures::EnableWebAuth(bool enable) {
+ RuntimeEnabledFeatures::setWebAuthEnabled(enable);
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698