| Index: ui/aura_shell/examples/window_type_launcher.h
|
| ===================================================================
|
| --- ui/aura_shell/examples/window_type_launcher.h (revision 102277)
|
| +++ ui/aura_shell/examples/window_type_launcher.h (working copy)
|
| @@ -42,7 +42,9 @@
|
|
|
| // Overridden from views::WidgetDelegate:
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| + virtual bool CanResize() const OVERRIDE;
|
| virtual std::wstring GetWindowTitle() const OVERRIDE;
|
| + virtual views::NonClientFrameView* CreateNonClientFrameView() OVERRIDE;
|
|
|
| // Overridden from views::ButtonListener:
|
| virtual void ButtonPressed(views::Button* sender,
|
|
|