| Index: chrome/browser/ui/views/create_application_shortcut_view.cc
|
| diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc
|
| index ce8177218fa1e2d76b53f011ad0693a531508bc9..7d08820d516e1718dc680e9c56b55af50b071983 100644
|
| --- a/chrome/browser/ui/views/create_application_shortcut_view.cc
|
| +++ b/chrome/browser/ui/views/create_application_shortcut_view.cc
|
| @@ -354,14 +354,6 @@ bool CreateApplicationShortcutView::IsDialogButtonEnabled(
|
| return true;
|
| }
|
|
|
| -bool CreateApplicationShortcutView::CanResize() const {
|
| - return false;
|
| -}
|
| -
|
| -bool CreateApplicationShortcutView::CanMaximize() const {
|
| - return false;
|
| -}
|
| -
|
| ui::ModalType CreateApplicationShortcutView::GetModalType() const {
|
| return ui::MODAL_TYPE_WINDOW;
|
| }
|
|
|