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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2853523002: [rendertext,i18n] Added flag to force RTL rendering (Closed)
Patch Set: 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..a8cc2e450675b7464b10a152f0dd811c15ca88c2 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1757,9 +1757,15 @@ extern const char kAutofillCreditCardUploadDescription[];
// Name for the flag to force a specific UI direction.
extern const char kForceUiDirectionName[];
+// Name for the flag to force a specific text rendering direction.
msw 2017/04/28 22:04:03 nit: order Ui name and desc together before text n
Kevin Bailey 2017/04/29 04:24:03 Done.
+extern const char kForceTextDirectionName[];
+
// Description for the flag to force a specific UI direction.
extern const char kForceUiDirectionDescription[];
+// 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.
extern const char kForceUiDirectionLtr[];

Powered by Google App Engine
This is Rietveld 408576698