Move content switch reduced-referrer-granularity to base::Feature API
Bug: 954976
Change-Id: Ida97131002fee400f12379607a7b277336f25058
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572699
Commit-Queue: Yao Xiao <[email protected]>
Reviewed-by: Jochen Eisinger <[email protected]>
Cr-Commit-Position: refs/heads/master@{#654882}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fce21a2..7093c7c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1611,7 +1611,7 @@
{"reduced-referrer-granularity",
flag_descriptions::kReducedReferrerGranularityName,
flag_descriptions::kReducedReferrerGranularityDescription, kOsAll,
- SINGLE_VALUE_TYPE(switches::kReducedReferrerGranularity)},
+ FEATURE_VALUE_TYPE(features::kReducedReferrerGranularity)},
#if defined(OS_CHROMEOS)
{"crostini-backup", flag_descriptions::kCrostiniBackupName,
flag_descriptions::kCrostiniBackupDescription, kOsCrOS,