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

Unified Diff: chrome/browser/flag_descriptions.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
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)

Powered by Google App Engine
This is Rietveld 408576698