| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 4111736054bb91c055511898b74fac8e39d7314e..e18a73683c87c9bf356964dbd0af95ed730f8e9f 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -812,11 +812,11 @@ extern const char kAshEnableMirroredScreenName[];
|
| // Description for the flag to enable the mirrored screen mode.
|
| extern const char kAshEnableMirroredScreenDescription[];
|
|
|
| -// Title for the flag to enable smooth rotation animations.
|
| -extern const char kAshEnableSmoothScreenRotationName[];
|
| +// Title for the flag to disable smooth rotation animations.
|
| +extern const char kAshDisableSmoothScreenRotationName[];
|
|
|
| -// Description for the flag to enable smooth rotation animations.
|
| -extern const char kAshEnableSmoothScreenRotationDescription[];
|
| +// Description for the flag to disable smooth rotation animations.
|
| +extern const char kAshDisableSmoothScreenRotationDescription[];
|
|
|
| // Description for the flag that sets material design ink drop animation speed
|
| // of fast.
|
|
|