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

Unified Diff: ash/frame/caption_buttons/frame_size_button_unittest.cc

Issue 553333007: [Ash] Always show minimize button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove enum MinimizeAllowed. 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: ash/frame/caption_buttons/frame_size_button_unittest.cc
diff --git a/ash/frame/caption_buttons/frame_size_button_unittest.cc b/ash/frame/caption_buttons/frame_size_button_unittest.cc
index 02c6023396d5bc4a3c92f0096c2a1fe6916f0ca2..50748c3d26386dc0a262a00edb274b9c2ca4c3cf 100644
--- a/ash/frame/caption_buttons/frame_size_button_unittest.cc
+++ b/ash/frame/caption_buttons/frame_size_button_unittest.cc
@@ -60,7 +60,7 @@ class TestWidgetDelegate : public views::WidgetDelegateView {
const ViewHierarchyChangedDetails& details) OVERRIDE {
if (details.is_add && details.child == this) {
caption_button_container_ = new FrameCaptionButtonContainerView(
- GetWidget(), FrameCaptionButtonContainerView::MINIMIZE_ALLOWED);
+ GetWidget());
// Set arbitrary images for the container's buttons so that the buttons
// have non-empty sizes.

Powered by Google App Engine
This is Rietveld 408576698