| Index: ui/native_theme/native_theme_features.cc
|
| diff --git a/ui/native_theme/native_theme_features.cc b/ui/native_theme/native_theme_features.cc
|
| index 25cf50a46052a5f2b1465b20385f6223b6c493c8..8e8ba57fd710b1d4713f49f94b6259cb410ce7ee 100644
|
| --- a/ui/native_theme/native_theme_features.cc
|
| +++ b/ui/native_theme/native_theme_features.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| namespace features {
|
|
|
| -#if defined(OS_ANDROID) || defined(OS_CHROMEOS)
|
| +#if defined(OS_ANDROID)
|
| constexpr base::FeatureState kOverlayScrollbarFeatureState =
|
| base::FEATURE_ENABLED_BY_DEFAULT;
|
| #else
|
|
|