| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 9ec24e7299ca4603becfbac15b1d2c5880967d21..be64e9f70e86a91bc29dcd78c9f2678a3119e1b4 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -339,6 +339,9 @@ const FeatureEntry::Choice kReaderModeHeuristicsChoices[] = {
|
| switches::reader_mode_heuristics::kAlwaysTrue},
|
| {flag_descriptions::kReaderModeHeuristicsAlwaysOff,
|
| switches::kReaderModeHeuristics, switches::reader_mode_heuristics::kNone},
|
| + {flag_descriptions::kReaderModeHeuristicsAllArticles,
|
| + switches::kReaderModeHeuristics,
|
| + switches::reader_mode_heuristics::kAllArticles},
|
| };
|
|
|
| const FeatureEntry::Choice kChromeHomeSwipeLogicChoices[] = {
|
|
|