| Index: ui/views/widget/native_widget_aura.h
|
| ===================================================================
|
| --- ui/views/widget/native_widget_aura.h (revision 113407)
|
| +++ ui/views/widget/native_widget_aura.h (working copy)
|
| @@ -87,6 +87,7 @@
|
| virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void CloseNow() OVERRIDE;
|
| + virtual void EnableClose(bool enable) OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| virtual void Hide() OVERRIDE;
|
| virtual void ShowMaximizedWithBounds(
|
|
|