| Index: chrome/browser/ui/views/profiles/user_manager_view.h
|
| diff --git a/chrome/browser/ui/views/profiles/user_manager_view.h b/chrome/browser/ui/views/profiles/user_manager_view.h
|
| index d9be1d38ae22510560fc0b642544d8682f84f776..e39af1bb2ceedcc6a1d481cb1451539e77f01720 100644
|
| --- a/chrome/browser/ui/views/profiles/user_manager_view.h
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_view.h
|
| @@ -57,6 +57,7 @@ class UserManagerView : public views::DialogDelegateView {
|
| // views::DialogDelegateView:
|
| virtual bool CanResize() const OVERRIDE;
|
| virtual bool CanMaximize() const OVERRIDE;
|
| + virtual bool CanMinimize() const OVERRIDE;
|
| virtual base::string16 GetWindowTitle() const OVERRIDE;
|
| virtual int GetDialogButtons() const OVERRIDE;
|
| virtual void WindowClosing() OVERRIDE;
|
|
|