app_list: Adds an about flag for continue reading.
This patch adds an about flag for continue reading.
Bug: 843839
Test: manual.
Change-Id: Icb0856b54936f7cf1a507abc80441260b4956fa5
Reviewed-on: https://chromium-review.googlesource.com/1140525
Commit-Queue: Tao Wu <[email protected]>
Reviewed-by: Sammie Quon <[email protected]>
Cr-Commit-Position: refs/heads/master@{#576270}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8cb9bde..efc618d4 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4107,6 +4107,12 @@
FEATURE_VALUE_TYPE(
autofill::features::kAutofillEnableAccountWalletStorage)},
+#if defined(OS_CHROMEOS)
+ {"enable-continue-reading", flag_descriptions::kEnableContinueReadingName,
+ flag_descriptions::kEnableContinueReadingDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(app_list::features::kEnableContinueReading)},
+#endif // OS_CHROMEOS
+
// NOTE: Adding a new flag requires adding a corresponding entry to enum
// "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag
// Histograms" in tools/metrics/histograms/README.md (run the