| Index: ui/views/bubble/bubble_frame_view.h
|
| diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
|
| index e8784d17c9189ac7d612d06a1b79cff1406a389b..cb0a5a5569cc50999f2f381f53b5055fc74e4b98 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -75,6 +75,8 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
|
|
|
| void SetFootnoteView(View* view);
|
|
|
| + void RemoveFootnoteView();
|
| +
|
| // Given the size of the contents and the rect to point at, returns the bounds
|
| // of the bubble window. The bubble's arrow location may change if the bubble
|
| // does not fit on the monitor and |adjust_if_offscreen| is true.
|
|
|