Index: ios/chrome/browser/ui/rtl_geometry.h |
diff --git a/ios/chrome/browser/ui/rtl_geometry.h b/ios/chrome/browser/ui/rtl_geometry.h |
index 16966f17d3326f77cc83521f4f307c7d6ae12d76..90ac965e78b7cd07966fb632225953f6ea8ee5db 100644 |
--- a/ios/chrome/browser/ui/rtl_geometry.h |
+++ b/ios/chrome/browser/ui/rtl_geometry.h |
@@ -167,13 +167,4 @@ CGFloat UIEdgeInsetsGetTrailing(UIEdgeInsets insets); |
// smaller sections of views should be determined case by case. |
NSLayoutFormatOptions LayoutOptionForRTLSupport(); |
-// Deprecated -- use UseRTLLayout() instead. |
-// Whether the UI is configured for right to left layout. |
-// The implementation will use the local in order to get the UI layout direction |
-// for version of iOS under 9. |
-// TODO(jbbegue): Use base::i18n::IsRTL() instead when it will support RTL |
-// pseudo language. Remove that method once base::i18n::IsRTL() is fixed. |
-// crbug/514625. |
-bool IsRTLUILayout(); |
- |
#endif // RTL_GEOMETRY_H_ |