| 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..63fd7521936c010e9e12c7f9f7ff2e45015243c2 100644
|
| --- a/chrome/browser/ui/webui/options/options_ui.cc
|
| +++ b/chrome/browser/ui/webui/options/options_ui.cc
|
| @@ -164,7 +164,7 @@ void OptionsUIHTMLSource::StartDataRequest(
|
| int render_frame_id,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| scoped_refptr<base::RefCountedMemory> response_bytes;
|
| - webui::SetFontAndTextDirection(localized_strings_.get());
|
| + webui::SetTextDirection(localized_strings_.get());
|
|
|
| if (path == kLocalizedStringsFile) {
|
| // Return dynamically-generated strings from memory.
|
|
|