Add a flag for the release notes notification.
We will be disabling this for a group of users in an experiment. Useful
to have the flag to make testing easier.
Bug: b/156308432
Change-Id: I8b393b0b9cf549be2f05e14c302265f55f8619da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342330
Commit-Queue: Rachel Carpenter <[email protected]>
Reviewed-by: Trent Apted <[email protected]>
Cr-Commit-Position: refs/heads/master@{#796689}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 37cbe4b..5f34d211 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -5824,6 +5824,10 @@
{"os-settings-polymer3", flag_descriptions::kOsSettingsPolymer3Name,
flag_descriptions::kOsSettingsPolymer3Description, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kOsSettingsPolymer3)},
+ {"release-notes-notification",
+ flag_descriptions::kReleaseNotesNotificationName,
+ flag_descriptions::kReleaseNotesNotificationDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(chromeos::features::kReleaseNotesNotification)},
#endif // defined(OS_CHROMEOS)
{"passive-mixed-content-warning",