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

Unified Diff: ash/wm/custom_frame_view_ash.cc

Issue 9956063: Merge 130064 - Changes the maximize button to only minimize for panels. This resulted (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/src/
Patch Set: Created 8 years, 9 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 | « ash/ash_strings.grd ('k') | ash/wm/frame_painter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/custom_frame_view_ash.cc
===================================================================
--- ash/wm/custom_frame_view_ash.cc (revision 130125)
+++ ash/wm/custom_frame_view_ash.cc (working copy)
@@ -67,7 +67,8 @@
AddChildView(window_icon_);
}
- frame_painter_->Init(frame_, window_icon_, maximize_button_, close_button_);
+ frame_painter_->Init(frame_, window_icon_, maximize_button_, close_button_,
+ FramePainter::SIZE_BUTTON_MAXIMIZES);
}
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/wm/frame_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698