[DeviceSync v2] Add feature flag for CryptAuth v2 DeviceSync
This flag will be used to enable the CryptAuth v2 DeviceSync protocol.
The Chrome OS migration plan from CryptAuth v1 to v2 DeviceSync is
outlined in the design document http://go/cros-devicesync-v2.
Bug: 951969
Change-Id: I317f0027012fba111244ca7180e3002946074165
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845431
Reviewed-by: Kyle Horimoto <[email protected]>
Commit-Queue: Josh Nohle <[email protected]>
Cr-Commit-Position: refs/heads/master@{#704826}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 101401f..a2948865 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1675,6 +1675,9 @@
kOsCrOS,
FEATURE_VALUE_TYPE(
chromeos::features::kBluetoothAggressiveAppearanceFilter)},
+ {"cryptauth-v2-devicesync", flag_descriptions::kCryptAuthV2DeviceSyncName,
+ flag_descriptions::kCryptAuthV2DeviceSyncDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(chromeos::features::kCryptAuthV2DeviceSync)},
{"cryptauth-v2-enrollment", flag_descriptions::kCryptAuthV2EnrollmentName,
flag_descriptions::kCryptAuthV2EnrollmentDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kCryptAuthV2Enrollment)},