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

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

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Removed dispose method 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: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index d93a026ef2792fe7219a2f97d5564b819d830df5..8c1751e94d8b6b225d1a025d1b3496683f59ea82 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -125,6 +125,7 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void EnableTouchpadAndWheelScrollLatching(bool);
BLINK_EXPORT static void EnableV8IdleTasks(bool);
BLINK_EXPORT static void EnableWebAssemblySerialization(bool);
+ BLINK_EXPORT static void EnableWebAuth(bool);
BLINK_EXPORT static void EnableWebBluetooth(bool);
BLINK_EXPORT static void EnableWebFontsInterventionV2With2G(bool);
BLINK_EXPORT static void EnableWebFontsInterventionV2With3G(bool);

Powered by Google App Engine
This is Rietveld 408576698