[Sync USS] Add a chrome://flags entry for USS Wallet Metadata
Bug: 853688
Change-Id: Ida7e28f1a6135b5aefde290b0b1e9c7687998d7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505553
Auto-Submit: Jan Krcal <[email protected]>
Reviewed-by: Elly Fong-Jones <[email protected]>
Reviewed-by: Mohamed Amir Yosef <[email protected]>
Commit-Queue: Jan Krcal <[email protected]>
Cr-Commit-Position: refs/heads/master@{#638154}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 17755389..e6eea37 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3671,6 +3671,11 @@
flag_descriptions::kSyncUSSAutofillWalletDataDescription, kOsAll,
FEATURE_VALUE_TYPE(switches::kSyncUSSAutofillWalletData)},
+ {"sync-USS-autofill-wallet-metadata",
+ flag_descriptions::kSyncUSSAutofillWalletMetadataName,
+ flag_descriptions::kSyncUSSAutofillWalletMetadataDescription, kOsAll,
+ FEATURE_VALUE_TYPE(switches::kSyncUSSAutofillWalletMetadata)},
+
{"enable-resampling-input-events",
flag_descriptions::kEnableResamplingInputEventsName,
flag_descriptions::kEnableResamplingInputEventsDescription, kOsAll,