| Index: ui/views/bubble/bubble_dialog_delegate.h
|
| diff --git a/ui/views/bubble/bubble_dialog_delegate.h b/ui/views/bubble/bubble_dialog_delegate.h
|
| index 4f791cd735813a91207cf60c9c9f32f86e41688e..fd4a3f07c57b7ce0db45ede0dd59e2838153d657 100644
|
| --- a/ui/views/bubble/bubble_dialog_delegate.h
|
| +++ b/ui/views/bubble/bubble_dialog_delegate.h
|
| @@ -89,9 +89,6 @@ class VIEWS_EXPORT BubbleDialogDelegateView : public DialogDelegateView,
|
| bool accept_events() const { return accept_events_; }
|
| void set_accept_events(bool accept_events) { accept_events_ = accept_events; }
|
|
|
| - bool border_accepts_events() const { return border_accepts_events_; }
|
| - void set_border_accepts_events(bool event) { border_accepts_events_ = event; }
|
| -
|
| bool adjust_if_offscreen() const { return adjust_if_offscreen_; }
|
| void set_adjust_if_offscreen(bool adjust) { adjust_if_offscreen_ = adjust; }
|
|
|
|
|