Added Change Password URLs Affiliation service feature to chrome://flags
This features allows obtaining Change Password URLs from the Affiliation
Service. Also UseOfHashAffiliationFetcher enables usage of Affiliation
Service for non-synced uses.
Bug: 1108279
Change-Id: Iaf9551af033b0636596ba6d3abab156c111c9143
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556843
Reviewed-by: Vasilii Sukhanov <[email protected]>
Commit-Queue: Viktor Semeniuk <[email protected]>
Cr-Commit-Position: refs/heads/master@{#831010}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7335cb0..a27273a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -6832,6 +6832,17 @@
flag_descriptions::kSwipeToMoveCursorDescription, kOsAndroid,
FEATURE_VALUE_TYPE(features::kSwipeToMoveCursor)},
#endif // defined(OS_ANDROID)
+ {"change-password-affiliation",
+ flag_descriptions::kChangePasswordAffiliationInfoName,
+ flag_descriptions::kChangePasswordAffiliationInfoDescription, kOsAll,
+ FEATURE_VALUE_TYPE(
+ password_manager::features::kUseOfHashAffiliationFetcher)},
+
+ {"use-of-hash-affiliation-fetcher",
+ flag_descriptions::kUseOfHashAffiliationFetcherName,
+ flag_descriptions::kUseOfHashAffiliationFetcherDescription, kOsAll,
+ FEATURE_VALUE_TYPE(
+ password_manager::features::kUseOfHashAffiliationFetcher)},
// NOTE: Adding a new flag requires adding a corresponding entry to enum
// "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag