Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index 839e3aed5b09ec13329fec747fc7de11e704544d..f3c74298520be3b4c97da0501aec0dbdd4e43a82 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -1760,11 +1760,17 @@ extern const char kForceUiDirectionName[]; |
// Description for the flag to force a specific UI direction. |
extern const char kForceUiDirectionDescription[]; |
+// Name for the flag to force a specific text rendering direction. |
+extern const char kForceTextDirectionName[]; |
+ |
+// 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. |
msw
2017/05/01 20:56:18
nit: remove "UI" here and below. (or "UI or text")
Kevin Bailey
2017/05/01 21:21:42
Done.
|
-extern const char kForceUiDirectionLtr[]; |
+extern const char kForceDirectionLtr[]; |
// Name for the option to force right-to-left UI direction mode. |
-extern const char kForceUiDirectionRtl[]; |
+extern const char kForceDirectionRtl[]; |
#if defined(OS_WIN) || defined(OS_LINUX) |