commit | bf52f8352756ac51ade28822dd32d791bbbcad05 | [log] [tgz] |
---|---|---|
author | manukh <[email protected]> | Thu Mar 02 02:24:15 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Mar 02 02:24:15 2023 |
tree | 97812f92a5580e8844bdfcfbb943cf9d73ef8b50 | |
parent | 7f917afde5f8409ed27f91a89b446a9fa282635d [diff] [blame] |
[journey] Add flag for hiding visits. Bug: b/260755715 Change-Id: I5380866eeb74d7913a873213a0637daff6182e33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4301969 Commit-Queue: Tommy Li <[email protected]> Commit-Queue: manuk hovanesian <[email protected]> Auto-Submit: manuk hovanesian <[email protected]> Reviewed-by: Tommy Li <[email protected]> Cr-Commit-Position: refs/heads/main@{#1112004}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index d95ba52..3cb3f17 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -1843,6 +1843,10 @@ const char kJourneysContentClusteringDescription[] = "Enables clustering page loads using content annotations."; +const char kJourneysHideVisitsName[] = "History Journeys Hide Visits"; +const char kJourneysHideVisitsDescription[] = + "Adds a UI element to hide individual cluster visits in the webUI."; + const char kJourneysImagesName[] = "History Journeys Images"; const char kJourneysImagesDescription[] = "Enables Images for the History Journeys UI.";