Update ui_features.cc
This commit is contained in:
parent
688d6da89a
commit
7cd2698156
1 changed files with 5 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue