| 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 4f83c0e7a9e18023e0b6e1c9fce63b960a427179..737cf2a665a39203979b1133422069a012ac0eba 100644
|
| --- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| @@ -125,6 +125,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);
|
|
|