| Index: chrome/browser/views/options/general_page_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/options/general_page_view.cc (revision 8587)
|
| +++ chrome/browser/views/options/general_page_view.cc (working copy)
|
| @@ -300,6 +300,8 @@
|
| std::wstring CustomHomePagesTableModel::GetText(int row, int column_id) {
|
| DCHECK(column_id == 0);
|
| DCHECK(row >= 0 && row < RowCount());
|
| + // No need to force URL to have LTR directionality because the custom home
|
| + // pages control is created using LTR directionality.
|
| return UTF8ToWide(entries_[row].url.spec());
|
| }
|
|
|
|
|