commit | 665a2b9f5c1ee96123ee63cb2d841178f09fbbfc | [log] [tgz] |
---|---|---|
author | Ian Wells <[email protected]> | Fri Jul 12 21:19:00 2019 |
committer | Commit Bot <[email protected]> | Fri Jul 12 21:19:00 2019 |
tree | 503cb99bdc74dfe14de6be7e72bcd9b6ca50af78 | |
parent | d1539f539541279df7e0206bd434650d6706151a [diff] [blame] |
[Feed] Add a feature flag for Feed notifications This flag will be used to control whether to show notifications for Feed articles. Also, increase interest-feed-content-suggestions expiry milestone to 78. Bug: 982483 Change-Id: I759721cd0e005612ecc40352f43e5608287591ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693816 Commit-Queue: Ian Wells <[email protected]> Reviewed-by: Dan H <[email protected]> Reviewed-by: Sky Malice <[email protected]> Cr-Commit-Position: refs/heads/master@{#677057}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 5d9db58..2e12485 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1392,6 +1392,9 @@ extern const char kExploreSitesName[]; extern const char kExploreSitesDescription[]; +extern const char kInterestFeedNotificationsName[]; +extern const char kInterestFeedNotificationsDescription[]; + extern const char kForegroundNotificationManagerName[]; extern const char kForegroundNotificationManagerDescription[];