| Index: chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| index 4cb09cab2604249767ec9f1542483f81179919aa..4cb09b8a52739c3077d25a2d243c51836cc19c3b 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| @@ -78,8 +78,7 @@ void LocationBarBubbleDelegateView::ShowForReason(DisplayReason reason) {
|
| if (reason == USER_GESTURE) {
|
| // In the USER_GESTURE case, the icon will be in an active state so the
|
| // bubble doesn't need an arrow.
|
| - if (ui::MaterialDesignController::IsModeMaterial())
|
| - SetArrowPaintType(views::BubbleBorder::PAINT_TRANSPARENT);
|
| + SetArrowPaintType(views::BubbleBorder::PAINT_TRANSPARENT);
|
| GetWidget()->Show();
|
| } else {
|
| GetWidget()->ShowInactive();
|
|
|