Add UI flag to enable UI support for Bluetooth pairing in WebAuthN API
This CL adds UI flag to add WebAuthN UI that guides users through the
pairing process when using Bluetooth authenticators.
Bug: 877344
Change-Id: I12a109fc34f947e64db0ad99089f83fb39ccf6d0
Reviewed-on: https://chromium-review.googlesource.com/c/1329926
Commit-Queue: Jun Choi <[email protected]>
Reviewed-by: Kim Paulhamus <[email protected]>
Cr-Commit-Position: refs/heads/master@{#607015}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 921741cb..2960c11 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3765,6 +3765,13 @@
kOsDesktop, FEATURE_VALUE_TYPE(features::kWebAuthCable)},
#endif // !defined(OS_ANDROID)
+#if !defined(OS_ANDROID)
+ {"enable-web-authentication-ble-support",
+ flag_descriptions::kEnableWebAuthenticationBleSupportName,
+ flag_descriptions::kEnableWebAuthenticationBleSupportDescription,
+ kOsDesktop, FEATURE_VALUE_TYPE(features::kWebAuthBle)},
+#endif // !defined(OS_ANDROID)
+
#if defined(OS_ANDROID)
{"enable-sole-integration", flag_descriptions::kSoleIntegrationName,
flag_descriptions::kSoleIntegrationDescription, kOsAndroid,