| Index: chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| index cc4a62f92767e8bde6361bedfe3182050cda5d1f..e97d0751b57bbade2510bbd4a4bf12d61dc43de3 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| @@ -31,6 +31,7 @@ class LocationIconDecoration : public ImageDecoration {
|
| bool AcceptsMousePress() override;
|
| bool HasHoverAndPressEffect() override;
|
| NSString* GetToolTip() override;
|
| + NSString* GetAccessibilityLabel() override;
|
| NSPoint GetBubblePointInFrame(NSRect frame) override;
|
| NSRect GetBackgroundFrame(NSRect frame) override;
|
|
|
|
|