| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 7f741009aed056a76e6a8628829472e4b84391dc..d41ed6cc8595665a50686e07956de15f882d0104 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -318,6 +318,11 @@ const base::Feature kWebAssemblyStreaming{"WebAssemblyStreaming",
|
| const base::Feature kWebAssemblyTrapHandler{"WebAssemblyTrapHandler",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Controls whether the WebAuthentication API is enabled:
|
| +// https://w3c.github.io/webauthn
|
| +const base::Feature kWebAuth{"WebAuthentication",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // If WebGL Image Chromium is allowed, this feature controls whether it is
|
| // enabled.
|
| const base::Feature kWebGLImageChromium{"WebGLImageChromium",
|
|
|