diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:51:02 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:51:02 +0000 |
commit | 40e59f901bc45d009b01b5252dc1e6140ba67642 (patch) | |
tree | 880793e36522e87653c88b867b6e166d2a8d33c2 /views/window/custom_frame_view.cc | |
parent | 34831e0d903dc77863f64096e73f136f4742269b (diff) | |
download | chromium_src-40e59f901bc45d009b01b5252dc1e6140ba67642.zip chromium_src-40e59f901bc45d009b01b5252dc1e6140ba67642.tar.gz chromium_src-40e59f901bc45d009b01b5252dc1e6140ba67642.tar.bz2 |
Attempt 2 at landing bookmark menus.
The build breakage was the result of a bad ifdef in MenuController,
specifically around the OnKeyDown method.
BUG=none
TEST=none
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/173517
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/custom_frame_view.cc')
-rw-r--r-- | views/window/custom_frame_view.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/window/custom_frame_view.cc b/views/window/custom_frame_view.cc index 8f0999b..3434485 100644 --- a/views/window/custom_frame_view.cc +++ b/views/window/custom_frame_view.cc @@ -514,7 +514,6 @@ void CustomFrameView::LayoutWindowControls() { pushed_part = IDR_CLOSE_SA_P; } - /* ResourceBundle& rb = ResourceBundle::GetSharedInstance(); close_button_->SetImage(CustomButton::BS_NORMAL, @@ -523,7 +522,6 @@ void CustomFrameView::LayoutWindowControls() { rb.GetBitmapNamed(hot_part)); close_button_->SetImage(CustomButton::BS_PUSHED, rb.GetBitmapNamed(pushed_part)); - */ } void CustomFrameView::LayoutTitleBar() { |