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

Unified Diff: third_party/WebKit/public/platform/WebRuntimeFeatures.h

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Address tryjobs failure 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/public/platform/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/platform/WebRuntimeFeatures.h b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
index c78c7a1ae6d3c685d733c8734f0011d780b6e1a6..af007dedf9f8de99c3e6c2f9cb468c0cab12e3f5 100644
--- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
@@ -126,6 +126,7 @@ class WebRuntimeFeatures {
BLINK_PLATFORM_EXPORT static void EnableTouchpadAndWheelScrollLatching(bool);
BLINK_PLATFORM_EXPORT static void EnableV8IdleTasks(bool);
BLINK_PLATFORM_EXPORT static void EnableWebAssemblyStreaming(bool);
+ BLINK_PLATFORM_EXPORT static void EnableWebAuth(bool);
BLINK_PLATFORM_EXPORT static void EnableWebBluetooth(bool);
BLINK_PLATFORM_EXPORT static void EnableWebFontsInterventionV2With2G(bool);
BLINK_PLATFORM_EXPORT static void EnableWebFontsInterventionV2With3G(bool);

Powered by Google App Engine
This is Rietveld 408576698