Chromium Code Reviews| Index: chrome/browser/flag_descriptions.h |
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
| index 839e3aed5b09ec13329fec747fc7de11e704544d..a8cc2e450675b7464b10a152f0dd811c15ca88c2 100644 |
| --- a/chrome/browser/flag_descriptions.h |
| +++ b/chrome/browser/flag_descriptions.h |
| @@ -1757,9 +1757,15 @@ extern const char kAutofillCreditCardUploadDescription[]; |
| // Name for the flag to force a specific UI direction. |
| extern const char kForceUiDirectionName[]; |
| +// Name for the flag to force a specific text rendering direction. |
|
msw
2017/04/28 22:04:03
nit: order Ui name and desc together before text n
Kevin Bailey
2017/04/29 04:24:03
Done.
|
| +extern const char kForceTextDirectionName[]; |
| + |
| // Description for the flag to force a specific UI direction. |
| extern const char kForceUiDirectionDescription[]; |
| +// Description for the flag to force a specific rext rendering direction. |
| +extern const char kForceTextDirectionDescription[]; |
| + |
| // Name for the option to force left-to-right UI direction mode. |
| extern const char kForceUiDirectionLtr[]; |