| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index cc6beddb66831e8c4976a660a4ee721f6a6db92b..abba217968c1b4efbb5c40dc8d754813ebc29ee6 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -829,11 +829,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.
|
|
|