Index: base/ios/ios_util.h |
diff --git a/base/ios/ios_util.h b/base/ios/ios_util.h |
index 688fbf3ba9faeca022fc0f3975db22d6f943a28a..6d76ec0dba4b097cdfef9e333a0af3d39023a2e6 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 IsForcingRTL(); |
+ |
} // namespace ios |
} // namespace base |