| 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 f092a09b85d4cd01b2cadc459d961dbdfc7e60bf..23824147629976fddb5a0816a2b0d5b6d6e242db 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
|
| @@ -228,7 +228,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(),
|
|
|