| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index f0f52cf1998c498ddd3e83150601745178baf4e4..db3d824d8a0825a220b28d9509bd11d8c5b00dcc 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2715,10 +2715,10 @@ const FeatureEntry kFeatureEntries[] = {
|
| #endif
|
|
|
| #if defined(USE_ASH)
|
| - {"ash-enable-smooth-screen-rotation",
|
| - flag_descriptions::kAshEnableSmoothScreenRotationName,
|
| - flag_descriptions::kAshEnableSmoothScreenRotationDescription, kOsCrOS,
|
| - SINGLE_VALUE_TYPE(ash::switches::kAshEnableSmoothScreenRotation)},
|
| + {"ash-disable-smooth-screen-rotation",
|
| + flag_descriptions::kAshDisableSmoothScreenRotationName,
|
| + flag_descriptions::kAshDisableSmoothScreenRotationDescription, kOsCrOS,
|
| + SINGLE_DISABLE_VALUE_TYPE(ash::switches::kAshDisableSmoothScreenRotation)},
|
| #endif // defined(USE_ASH)
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|