commit | a369f15599c76dbf5b52e7e7d95bbc21f1086dfa | [log] [tgz] |
---|---|---|
author | Wenyu Fu <[email protected]> | Fri May 01 00:54:45 2020 |
committer | Commit Bot <[email protected]> | Fri May 01 00:54:45 2020 |
tree | 9e7d7bfc30318358758bf3dd2267f5a74e204576 | |
parent | 0b951e6166db46a68ec9767ae034a69dc7f5206f [diff] [blame] |
[HomepagePromo] Add three layout variations Adding compact and slim variations to the homepage promo; Add feature flag to control the three variations. Bug: 1068831 Change-Id: I236e23a5d8a8bf18e0590da8c482f25164e28891 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168652 Commit-Queue: Wenyu Fu <[email protected]> Reviewed-by: Theresa <[email protected]> Cr-Commit-Position: refs/heads/master@{#764517}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 587a20d4..2aa1cdc 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1422,6 +1422,9 @@ extern const char kHomepageLocationName[]; extern const char kHomepageLocationDescription[]; +extern const char kHomepagePromoCardName[]; +extern const char kHomepagePromoCardDescription[]; + extern const char kHomepageSettingsUIConversionName[]; extern const char kHomepageSettingsUIConversionDescription[];