Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3539)

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.cc

Issue 16361009: Do not allow Views new-dialog-style windows to be resized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make DialogTest.HitTest more flexible. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/create_application_shortcut_view.h ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « chrome/browser/ui/views/create_application_shortcut_view.h ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698