Update ui_features.cc

This commit is contained in:
Alexander David Frick 2022-08-03 16:43:04 -05:00 committed by GitHub
parent 688d6da89a
commit 7cd2698156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,11 @@ const base::Feature kSidePanelImprovedClobbering{
const base::Feature kSidePanelJourneys{"SidePanelJourneys",
base::FEATURE_ENABLED_BY_DEFAULT};
// If enabled, and the main flag is also enabled, the Journeys omnibox
// entrypoints open Journeys in Side Panel rather than the History WebUI.
const base::FeatureParam<bool> kSidePanelJourneysOpensFromOmnibox{
&kSidePanelJourneys, "SidePanelJourneysOpensFromOmnibox", false};
// Enables tabs to scroll in the tabstrip. https://crbug.com/951078
const base::Feature kScrollableTabStrip{"ScrollableTabStrip",
base::FEATURE_DISABLED_BY_DEFAULT};