| 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 22c44702f27a49a177fbccdced74577cd94fa0b6..c1a19646e007f15244ffd88b40f98aa7958b1e24 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| @@ -31,6 +31,10 @@ class LocationIconView : public views::ImageView {
|
| PageInfoHelper* page_info_helper() { return &page_info_helper_; }
|
|
|
| private:
|
| + // Handles both click and gesture events by delegating to the page info
|
| + // helper in the appropriate circumstances.
|
| + void OnClickOrTap(const ui::LocatedEvent& event);
|
| +
|
| PageInfoHelper page_info_helper_;
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(LocationIconView);
|
|
|