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

Unified Diff: views/widget/widget_win_unittest.cc

Issue 6331006: Make the code for unmaximizing the window during SetBounds much simpler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « views/widget/widget_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget_win_unittest.cc
diff --git a/views/widget/widget_win_unittest.cc b/views/widget/widget_win_unittest.cc
index 01e168856295ae7dcc88989886d4dfdca18e2a23..d0cb4e4b09a977805d3f4bc6e008ffcdff4e89c4 100644
--- a/views/widget/widget_win_unittest.cc
+++ b/views/widget/widget_win_unittest.cc
@@ -74,8 +74,7 @@ TEST_F(WidgetWinTest, SetBoundsForZoomedWindow) {
// cause it to be activated.
window->SetBounds(gfx::Rect(50, 50, 650, 650));
EXPECT_FALSE(window->IsZoomed());
- // Re-enable the check below: http://crbug.com/69724
- // EXPECT_FALSE(window->IsActive());
+ EXPECT_FALSE(window->IsActive());
// Cleanup.
window->CloseNow();
« no previous file with comments | « views/widget/widget_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698