Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: base/i18n/base_i18n_switches.h

Issue 2853523002: [rendertext,i18n] Added flag to force RTL rendering (Closed)
Patch Set: Corrected ordering and text, added cached look-ups Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/i18n/base_i18n_switches.cc » ('j') | base/i18n/base_i18n_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d0ebc12fe3c05b93827af3296dfa7026df9fdf33 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.
msw 2017/05/01 20:56:18 nit: "kForce*Direction choices for the switches ab
Kevin Bailey 2017/05/01 21:21:42 Done.
+BASE_I18N_EXPORT extern const char kForceDirectionLTR[];
+BASE_I18N_EXPORT extern const char kForceDirectionRTL[];
} // namespace switches
« no previous file with comments | « no previous file | base/i18n/base_i18n_switches.cc » ('j') | base/i18n/base_i18n_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698