commit | a7f11d6a9ce282ba5512330e6cf8f38bbe113764 | [log] [tgz] |
---|---|---|
author | Becky Zhou <[email protected]> | Thu Feb 01 16:02:53 2018 |
committer | Commit Bot <[email protected]> | Thu Feb 01 16:02:53 2018 |
tree | edbae9d7912cc203fbebb5c4a47f1cba55446069 | |
parent | 0e3efaaa10193945c0d6ea369cd8962f20d40af0 [diff] [blame] |
Add experiment flag for hiding articles on NTP Bug: 803525 Change-Id: Ie97cf5306fbad1f095306651a4680e5718d3088c Reviewed-on: https://chromium-review.googlesource.com/896393 Reviewed-by: Theresa <[email protected]> Reviewed-by: Bernhard Bauer <[email protected]> Commit-Queue: Becky Zhou <[email protected]> Cr-Commit-Position: refs/heads/master@{#533685}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index f460df5..622e8ce 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1168,6 +1168,9 @@ extern const char kEnableExpandedAutofillCreditCardPopupLayoutName[]; extern const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[]; +extern const char kEnableNtpArticleSuggestionsExpandableHeaderName[]; +extern const char kEnableNtpArticleSuggestionsExpandableHeaderDescription[]; + extern const char kEnableNtpAssetDownloadSuggestionsName[]; extern const char kEnableNtpAssetDownloadSuggestionsDescription[];