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

Unified Diff: base/ios/ios_util.h

Issue 1254933002: Support XCode's "Right to Left Pseudolanguage" on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « base/i18n/rtl.cc ('k') | base/ios/ios_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/ios/ios_util.h
diff --git a/base/ios/ios_util.h b/base/ios/ios_util.h
index 688fbf3ba9faeca022fc0f3975db22d6f943a28a..e6248e97f094a35f0c28465bd86bbf77d3772f74 100644
--- a/base/ios/ios_util.h
+++ b/base/ios/ios_util.h
@@ -20,6 +20,10 @@ BASE_EXPORT bool IsRunningOnIOS9OrLater();
// Returns whether the operating system is at the given version or later.
BASE_EXPORT bool IsRunningOnOrLater(int32 major, int32 minor, int32 bug_fix);
+// Returns whether iOS is signalling that an RTL text direction should be used
+// regardless of the current locale.
+BASE_EXPORT bool IsInForcedRTL();
+
} // namespace ios
} // namespace base
« no previous file with comments | « base/i18n/rtl.cc ('k') | base/ios/ios_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698