| Index: chrome/common/localized_error.cc
|
| diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
|
| index 1d95c20a36466700bea19797d378002830c674f7..3976b6fa53066fd7ef28a31d6ee3ac5c49151e8b 100644
|
| --- a/chrome/common/localized_error.cc
|
| +++ b/chrome/common/localized_error.cc
|
| @@ -454,13 +454,7 @@ const LocalizedErrorMap* LookupErrorMap(const std::string& error_domain,
|
| }
|
|
|
| bool LocaleIsRTL() {
|
| -#if defined(TOOLKIT_GTK)
|
| - // base::i18n::IsRTL() uses the GTK text direction, which doesn't work within
|
| - // the renderer sandbox.
|
| - return base::i18n::ICUIsRTL();
|
| -#else
|
| return base::i18n::IsRTL();
|
| -#endif
|
| }
|
|
|
| // Returns a dictionary containing the strings for the settings menu under the
|
|
|