summaryrefslogtreecommitdiffstats
path: root/views/window/custom_frame_view.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 20:09:45 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 20:09:45 +0000
commit7d71ca7449a9a153b473d168952a10bf149981f7 (patch)
tree4795f3d2b4f8038ffe5fb7101e82c280b5fd83ea /views/window/custom_frame_view.cc
parent8627b931067a72a20aeb31473d9f4348b7d78528 (diff)
downloadchromium_src-7d71ca7449a9a153b473d168952a10bf149981f7.zip
chromium_src-7d71ca7449a9a153b473d168952a10bf149981f7.tar.gz
chromium_src-7d71ca7449a9a153b473d168952a10bf149981f7.tar.bz2
Create InitParams for Window.
http://crbug.com/72040 TEST=none Review URL: http://codereview.chromium.org/6902049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/custom_frame_view.cc')
-rw-r--r--views/window/custom_frame_view.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/window/custom_frame_view.cc b/views/window/custom_frame_view.cc
index 97e7f21..e86cd10 100644
--- a/views/window/custom_frame_view.cc
+++ b/views/window/custom_frame_view.cc
@@ -64,8 +64,7 @@ const int kTitleCaptionSpacing = 5;
// CustomFrameView, public:
CustomFrameView::CustomFrameView(Window* frame)
- : NonClientFrameView(),
- ALLOW_THIS_IN_INITIALIZER_LIST(close_button_(new ImageButton(this))),
+ : ALLOW_THIS_IN_INITIALIZER_LIST(close_button_(new ImageButton(this))),
ALLOW_THIS_IN_INITIALIZER_LIST(restore_button_(new ImageButton(this))),
ALLOW_THIS_IN_INITIALIZER_LIST(maximize_button_(new ImageButton(this))),
ALLOW_THIS_IN_INITIALIZER_LIST(minimize_button_(new ImageButton(this))),