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..d1ba690642075a3569d2804c9086b018fe72660a 100644 |
--- a/base/i18n/base_i18n_switches.h |
+++ b/base/i18n/base_i18n_switches.h |
@@ -10,10 +10,11 @@ |
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[]; |
-BASE_I18N_EXPORT extern const char kForceUIDirectionRTL[]; |
+// kForce*Direction choices for the switches above. |
+BASE_I18N_EXPORT extern const char kForceDirectionLTR[]; |
+BASE_I18N_EXPORT extern const char kForceDirectionRTL[]; |
} // namespace switches |