| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 6d1fa045f4515813cc2e9f3d325cd50159d21daf..7e3b7ad9ae4050ef6e0766ecc19dc4ed75333d8d 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -97,7 +97,7 @@
|
| #include "ui/gl/gl_features.h"
|
| #include "ui/gl/gl_switches.h"
|
| #include "ui/keyboard/keyboard_switches.h"
|
| -#include "ui/native_theme/native_theme_features.h"
|
| +#include "ui/native_theme/native_theme_switches.h"
|
| #include "ui/views/views_switches.h"
|
|
|
| #if defined(OS_ANDROID)
|
| @@ -1067,7 +1067,9 @@ const FeatureEntry kFeatureEntries[] = {
|
| flag_descriptions::kOverlayScrollbarsDescription,
|
| // Uses the system preference on Mac (a different implementation).
|
| // On Android, this is always enabled.
|
| - kOsAura, FEATURE_VALUE_TYPE(features::kOverlayScrollbar)},
|
| + kOsAura,
|
| + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableOverlayScrollbar,
|
| + switches::kDisableOverlayScrollbar)},
|
| #endif // USE_AURA
|
| { // See http://crbug.com/120416 for how to remove this flag.
|
| "save-page-as-mhtml", flag_descriptions::kSavePageAsMhtmlName,
|
|
|