| 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 3d52003c25b39d5a03f3c62d99044adff1e71fd0..3662e0623b30c6302dde7eca41768f723fefe508 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
|
| @@ -301,10 +301,6 @@ NSColor* SecurityStateBubbleDecoration::GetBackgroundBorderColor() {
|
| SkColorSetA(label_color_, 255.0 * GetAnimationProgress()));
|
| }
|
|
|
| -ui::NinePartImageIds SecurityStateBubbleDecoration::GetBubbleImageIds() {
|
| - return IMAGE_GRID(IDR_OMNIBOX_EV_BUBBLE);
|
| -}
|
| -
|
| NSColor* SecurityStateBubbleDecoration::GetDarkModeTextColor() {
|
| return [NSColor whiteColor];
|
| }
|
|
|