| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 55c1a5c41c9f3a1fc3829c63270fcfda74302732..90f2903cc2902af598fd04ff3dbad731334ddf39 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -236,6 +236,8 @@ class LocationBarView : public LocationBar,
|
| void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| gfx::Size GetPreferredSize() const override;
|
| void Layout() override;
|
| + bool OnMousePressed(const ui::MouseEvent& event) override;
|
| + void OnMouseReleased(const ui::MouseEvent& event) override;
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
|
|
| // ChromeOmniboxEditController:
|
|
|