| Index: chrome/browser/ui/webui/options/options_ui.cc
|
| diff --git a/chrome/browser/ui/webui/options/options_ui.cc b/chrome/browser/ui/webui/options/options_ui.cc
|
| index 51804f86304b9e1f8e3617dfa320e88d3c672f90..9772341b7d1b9534e70e4f4e2aa68064b6ce83cd 100644
|
| --- a/chrome/browser/ui/webui/options/options_ui.cc
|
| +++ b/chrome/browser/ui/webui/options/options_ui.cc
|
| @@ -164,7 +164,8 @@ void OptionsUIHTMLSource::StartDataRequest(
|
| int render_frame_id,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| scoped_refptr<base::RefCountedMemory> response_bytes;
|
| - webui::SetFontAndTextDirection(localized_strings_.get());
|
| + const std::string& app_locale = g_browser_process->GetApplicationLocale();
|
| + webui::SetLoadTimeDataDefaults(app_locale, localized_strings_.get());
|
|
|
| if (path == kLocalizedStringsFile) {
|
| // Return dynamically-generated strings from memory.
|
|
|