| Index: chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm
|
| index 3d8fdfa84adf79440d465d6dbed459413cc84e3e..34f627b5e97254fbbd9f1414ea2a52e40b9b81bc 100644
|
| --- a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm
|
| @@ -92,7 +92,7 @@ void SetZoomBubbleAutoCloseDelayForTesting(NSTimeInterval time_interval) {
|
|
|
| ui::NativeTheme* nativeTheme = ui::NativeTheme::instance();
|
| [[self bubble] setAlignment:info_bubble::kAlignRightEdgeToAnchorEdge];
|
| - [[self bubble] setArrowLocation:info_bubble::kNoArrow];
|
| + [[self bubble] setArrowLocation:views::BubbleBorder::NONE];
|
| [[self bubble] setBackgroundColor:
|
| gfx::SkColorToCalibratedNSColor(nativeTheme->GetSystemColor(
|
| ui::NativeTheme::kColorId_DialogBackground))];
|
|
|