| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 17fc15b369931793899cbe5361e7cb9dbbbc98b3..d6b462174728f5ea744858344fdaf22337426c2b 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2720,10 +2720,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)
|
|
|