| Index: chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.cc b/chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| index eeb59741859ea56de6f1912b5f0dfeaebd548391..56478950f2e75c7879b20aa51cd5586fd4d3d7a8 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| +++ b/chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| @@ -174,7 +174,6 @@ BrowserActionsContainer::BrowserActionsContainer(
|
| // the Chrome menu.
|
| if (!overflow_experiment) {
|
| chevron_ = new ChevronMenuButton(NULL, base::string16(), this, false);
|
| - chevron_->SetBorder(views::Border::NullBorder());
|
| chevron_->EnableCanvasFlippingForRTLUI(true);
|
| chevron_->SetAccessibleName(
|
| l10n_util::GetStringUTF16(IDS_ACCNAME_EXTENSIONS_CHEVRON));
|
|
|