Commit 3f0155de authored by Eriksson Monteiro's avatar Eriksson Monteiro

Disable TabSearch feature

parent 1121d72a
...@@ -111,7 +111,7 @@ const base::Feature kTabOutlinesInLowContrastThemes{ ...@@ -111,7 +111,7 @@ const base::Feature kTabOutlinesInLowContrastThemes{
// TODO(crbug.com/1137558): Remove this after launch to the remaining desktop // TODO(crbug.com/1137558): Remove this after launch to the remaining desktop
// platforms. // platforms.
#if BUILDFLAG(IS_CHROMEOS_ASH) #if BUILDFLAG(IS_CHROMEOS_ASH)
const base::Feature kTabSearch{"TabSearch", base::FEATURE_ENABLED_BY_DEFAULT}; const base::Feature kTabSearch{"TabSearch", base::FEATURE_DISABLED_BY_DEFAULT};
#else #else
const base::Feature kTabSearch{"TabSearch", base::FEATURE_DISABLED_BY_DEFAULT}; const base::Feature kTabSearch{"TabSearch", base::FEATURE_DISABLED_BY_DEFAULT};
#endif // BUILDFLAG(IS_CHROMEOS_ASH) #endif // BUILDFLAG(IS_CHROMEOS_ASH)
......
...@@ -6402,24 +6402,6 @@ ...@@ -6402,24 +6402,6 @@
] ]
} }
], ],
"TabSearch": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"TabSearch"
]
}
]
}
],
"TabToGTSAnimation": [ "TabToGTSAnimation": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment