| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| index 8ac480ec5293d737657d1a92ddbd163e505a8afa..233a61f39823ca556d66570a3d77260bac324661 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| @@ -528,14 +528,6 @@ void BookmarkBarView::GetAnchorPositionForButton(
|
| *anchor = MenuItemView::TOPRIGHT;
|
| else
|
| *anchor = MenuItemView::TOPLEFT;
|
| -
|
| - // Invert orientation if right to left.
|
| - if (base::i18n::IsRTL()) {
|
| - if (*anchor == MenuItemView::TOPRIGHT)
|
| - *anchor = MenuItemView::TOPLEFT;
|
| - else
|
| - *anchor = MenuItemView::TOPRIGHT;
|
| - }
|
| }
|
|
|
| views::MenuItemView* BookmarkBarView::GetMenu() {
|
|
|