| 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 3ace6d80e6b62c3c292ac3b59a23832c5b93c5e7..174f55e0a2a05db5b9af5c83ac17e852af9dcdec 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
|
| @@ -11,7 +11,6 @@
|
| #include "chrome/browser/ui/layout_constants.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/render_view_host.h"
|
| -#include "ui/base/material_design/material_design_controller.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| LocationBarBubbleDelegateView::WebContentMouseHandler::WebContentMouseHandler(
|
| @@ -72,8 +71,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();
|
|
|