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

Unified Diff: ui/views/widget/widget_unittest.cc

Issue 2099513003: mus: Use the new drag API to implement tab dragging in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dragging-part-1
Patch Set: Rebase to tot Created 4 years, 5 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 | « ui/views/mus/window_manager_connection.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget_unittest.cc
diff --git a/ui/views/widget/widget_unittest.cc b/ui/views/widget/widget_unittest.cc
index 45ea028344667104e55aa80eee54da1c9e167e1a..cf6ee511d9d9ff6f052f9468e582e81a78824019 100644
--- a/ui/views/widget/widget_unittest.cc
+++ b/ui/views/widget/widget_unittest.cc
@@ -935,11 +935,7 @@ TEST_F(WidgetObserverTest, WidgetBoundsChangedNative) {
// Move, but don't change the size.
widget->SetBounds(gfx::Rect(110, 110, 170, 100));
- // Currently fails on Mus. http://crbug.com/622575.
- if (IsMus())
- EXPECT_FALSE(widget_bounds_changed());
- else
- EXPECT_TRUE(widget_bounds_changed());
+ EXPECT_TRUE(widget_bounds_changed());
reset();
// Moving to the same place does nothing.
« no previous file with comments | « ui/views/mus/window_manager_connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698