| Index: chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
|
| index c83cd4314e09be680995ac25bf090640ef2e58f3..d3cde3275885248ceb1bc2c9d684551761036ec1 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
|
| @@ -35,6 +35,11 @@ class LocationBarBubbleDelegateView : public views::BubbleDialogDelegateView,
|
| };
|
|
|
| LocationBarBubbleDelegateView(views::View* anchor_view,
|
| + const gfx::Point& anchor_point,
|
| + content::WebContents* web_contents);
|
| +
|
| + // TODO(varkha): Delete this override and use the constructor above.
|
| + LocationBarBubbleDelegateView(views::View* anchor_view,
|
| content::WebContents* web_contents);
|
| ~LocationBarBubbleDelegateView() override;
|
|
|
|
|