| Index: chrome/browser/views/location_bar/star_view.h
|
| diff --git a/chrome/browser/views/location_bar/star_view.h b/chrome/browser/views/location_bar/star_view.h
|
| index 485cfb55ddfbe58f525698f5786f798f90302587..ddc374924f3e81491d480ca5c3f5f11289f9968b 100644
|
| --- a/chrome/browser/views/location_bar/star_view.h
|
| +++ b/chrome/browser/views/location_bar/star_view.h
|
| @@ -27,6 +27,7 @@ class StarView : public views::ImageView, public InfoBubbleDelegate {
|
| private:
|
| // views::ImageView overrides:
|
| virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
|
| + virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip);
|
| virtual bool OnMousePressed(const views::MouseEvent& event);
|
| virtual void OnMouseReleased(const views::MouseEvent& event, bool canceled);
|
| virtual bool OnKeyPressed(const views::KeyEvent& e);
|
|
|