commit | 35fc534eb869fe9b93a0001cc589e15b2c689421 | [log] [tgz] |
---|---|---|
author | Vincent Boisselle <[email protected]> | Sat May 09 02:29:00 2020 |
committer | Commit Bot <[email protected]> | Sat May 09 02:29:00 2020 |
tree | fc7f0bd1719b9d9f0e35f779b23ba9e0f8ba173a | |
parent | bcd89b2892970a8bb51a6d2432ff36a61fe718bf [diff] [blame] |
Merge feed features together and add about flag [email protected] Change-Id: Idbb59948615ae5a7d66322a4f041f322d63ae559 Bug: 1078840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2183005 Commit-Queue: Vincent Boisselle <[email protected]> Reviewed-by: Vincent Boisselle <[email protected]> Reviewed-by: Alexandre Frechette <[email protected]> Reviewed-by: Dan H <[email protected]> Cr-Commit-Position: refs/heads/master@{#767087}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index e9eccb27..fab914da 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1540,6 +1540,9 @@ extern const char kRelatedSearchesName[]; extern const char kRelatedSearchesDescription[]; +extern const char kReportFeedUserActionsName[]; +extern const char kReportFeedUserActionsDescription[]; + extern const char kSafeBrowsingUseLocalBlacklistsV2Name[]; extern const char kSafeBrowsingUseLocalBlacklistsV2Description[];