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

Unified Diff: ios/chrome/browser/ui/rtl_geometry.h

Issue 1320353003: Removed deprecated function IsRTLUILayout(). (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 | « no previous file | ios/chrome/browser/ui/rtl_geometry.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | ios/chrome/browser/ui/rtl_geometry.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698