| 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 e67bf3549f59069232bee99bd1085240d64e8029..0b6b0a557dde86a68a7fbe94ac660fc93e079377 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);
|
|
|