| Index: ui/views/bubble/bubble_frame_view.h
|
| ===================================================================
|
| --- ui/views/bubble/bubble_frame_view.h (revision 113407)
|
| +++ ui/views/bubble/bubble_frame_view.h (working copy)
|
| @@ -32,6 +32,7 @@
|
| virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
|
| virtual void GetWindowMask(const gfx::Size& size,
|
| gfx::Path* window_mask) OVERRIDE {}
|
| + virtual void EnableClose(bool enable) OVERRIDE {}
|
| virtual void ResetWindowControls() OVERRIDE {}
|
| virtual void UpdateWindowIcon() OVERRIDE {}
|
|
|
|
|