| Index: chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| index 0d18c6b3ae17f21301eaf67d0f10d0b172e8c2fb..69a4e0ee770ca55580c14ec55c06c616e7727e60 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc
|
| @@ -91,10 +91,6 @@ void LocationBarBubbleDelegateView::ShowForReason(DisplayReason reason) {
|
| }
|
| }
|
|
|
| -int LocationBarBubbleDelegateView::GetDialogButtons() const {
|
| - return ui::DIALOG_BUTTON_NONE;
|
| -}
|
| -
|
| void LocationBarBubbleDelegateView::Observe(
|
| int type,
|
| const content::NotificationSource& source,
|
|
|