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

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

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Export authenticator_impl 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
« no previous file with comments | « third_party/WebKit/Source/modules/webauth/WebAuthentication.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2eedb74d0dbb271e73417183d1874c5499e2a2b2..44d2416fbaeffb818d11941ac763b6ecb4d4fdb2 100644
--- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
@@ -418,4 +418,8 @@ void WebRuntimeFeatures::EnableMediaCastOverlayButton(bool enable) {
RuntimeEnabledFeatures::SetMediaCastOverlayButtonEnabled(enable);
}
+void WebRuntimeFeatures::EnableWebAuth(bool enable) {
+ RuntimeEnabledFeatures::SetWebAuthEnabled(enable);
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/modules/webauth/WebAuthentication.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698