| Index: chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm
|
| index 6ec3fd959f57e9a5ceccfd1d3fc96f7f57effea0..2f3c9c97c131a94dcd0d886978600bd9c6360a53 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm
|
| @@ -227,7 +227,7 @@ void SecurityStateBubbleDecoration::DrawInFrame(NSRect frame,
|
| [text drawInRect:text_rect];
|
|
|
| // Draw the divider.
|
| - if (state() == LocationBarDecorationState::NORMAL) {
|
| + if (state() == DecorationMouseState::NONE && !active()) {
|
| NSBezierPath* line = [NSBezierPath bezierPath];
|
| [line setLineWidth:line_width];
|
| [line moveToPoint:NSMakePoint(NSMaxX(decoration_frame) - DividerPadding(),
|
|
|