Index: base/i18n/base_i18n_switches.h |
diff --git a/base/i18n/base_i18n_switches.h b/base/i18n/base_i18n_switches.h |
index f00cff34acb44dc06d6f747f947774cdca8b05d9..c14daf2f6a0b69df68cde68fb844fee2b1a0a03f 100644 |
--- a/base/i18n/base_i18n_switches.h |
+++ b/base/i18n/base_i18n_switches.h |
@@ -10,6 +10,7 @@ |
namespace switches { |
BASE_I18N_EXPORT extern const char kForceUIDirection[]; |
+BASE_I18N_EXPORT extern const char kForceTextDirection[]; |
// kForceUIDirection choices. |
BASE_I18N_EXPORT extern const char kForceUIDirectionLTR[]; |
Kevin Bailey
2017/04/28 14:38:06
What do you think about renaming these to "kForceD
msw
2017/04/28 22:04:03
sgtm
Kevin Bailey
2017/04/29 04:24:03
Done.
|