Add Zero state filtering to the Journeys WebUI behind flag
Currently, this only shows clusters that have a search and have related searches. Given category filtering requires a bit more preplanning, this will be done later.
Bug: b/277528165
Change-Id: I28f9f07176ff32dc36bcef95712b5e9e0d02116f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4411769
Reviewed-by: manuk hovanesian <[email protected]>
Commit-Queue: Sophie Chang <[email protected]>
Code-Coverage: Findit <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1131328}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 3a4dde1..887e8ebf 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1917,6 +1917,12 @@
const char kJourneysIncludeSyncedVisitsDescription[] =
"Enabled synced visits to be included in History Journeys clusters.";
+const char kJourneysZeroStateFilteringName[] =
+ "History Journeys Zero-State Filtering";
+const char kJourneysZeroStateFilteringDescription[] =
+ "Enables filtering of clusters in the zero state of the History Journeys "
+ "WebUI.";
+
const char kExtractRelatedSearchesFromPrefetchedZPSResponseName[] =
"Extract Related Searches from Prefetched ZPS Response";
const char kExtractRelatedSearchesFromPrefetchedZPSResponseDescription[] =