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

Unified Diff: ui/views/window/custom_frame_view.h

Issue 554183002: Update the maximize button when size constraints change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: ui/views/window/custom_frame_view.h
diff --git a/ui/views/window/custom_frame_view.h b/ui/views/window/custom_frame_view.h
index fe5a3e4c7bd4c8726b9324387e18fedec2ca9404..d1fccbf452ea9fa45cc09b822bfff603f2c549a5 100644
--- a/ui/views/window/custom_frame_view.h
+++ b/ui/views/window/custom_frame_view.h
@@ -146,9 +146,6 @@ class VIEWS_EXPORT CustomFrameView : public NonClientFrameView,
ImageButton* restore_button_;
ImageButton* close_button_;
- // Should maximize button be shown?
- bool should_show_maximize_button_;
-
// Background painter for the window frame.
scoped_ptr<FrameBackground> frame_background_;

Powered by Google App Engine
This is Rietveld 408576698