| Index: chrome/browser/ui/views/location_bar/location_icon_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.h b/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| index 9bc850f1ff464e0392b3ce867d1dd57e8066f289..a16501dfaaf0ed16014b40692228bb96efa5d3fc 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| @@ -36,6 +36,7 @@ class LocationIconView : public IconLabelBubbleView,
|
| base::string16* tooltip) const override;
|
| SkColor GetTextColor() const override;
|
| bool OnActivate(const ui::Event& event) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
|
|
| // Whether we should show the tooltip for this icon or not.
|
| void set_show_tooltip(bool show_tooltip) { show_tooltip_ = show_tooltip; }
|
|
|