| 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 015221796c9a43629f67822fef0f30ec6f05c8a5..e39b538b570608508732498bc05e2f486c6a8d5c 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -55,8 +55,6 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
|
|
|
| gfx::Insets content_margins() const { return content_margins_; }
|
|
|
| - void SetTitle(const string16& title);
|
| - void SetShowCloseButton(bool show);
|
| void SetTitlebarExtraView(View* view);
|
|
|
| // Given the size of the contents and the rect to point at, returns the bounds
|
|
|