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

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

Issue 84113002: Reverse the change in crrev.com/222879 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enable-test Created 7 years, 1 month 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/widget/desktop_aura/desktop_native_widget_aura.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 67887b1d5f7ff9c27fa4b94046e3beccf3529b05..c24f2e192590dc5aa07daced325842c2f2a9cc06 100644
--- a/ui/views/widget/widget_unittest.cc
+++ b/ui/views/widget/widget_unittest.cc
@@ -1213,8 +1213,6 @@ TEST_F(WidgetTest, DesktopAuraFullscreenWindowOwnerDestroyed) {
RunPendingMessages();
}
-// TODO(erg): Disabled on desktop linux until http://crbug.com/288988 is fixed.
-#if !defined(OS_LINUX)
TEST_F(WidgetTest, DesktopAuraTopLevelOwnedPopupTest) {
ViewsDelegate::views_delegate = NULL;
DesktopAuraTopLevelWindowTest popup_window;
@@ -1225,7 +1223,6 @@ TEST_F(WidgetTest, DesktopAuraTopLevelOwnedPopupTest) {
ASSERT_NO_FATAL_FAILURE(popup_window.DestroyOwnedWindow());
RunPendingMessages();
}
-#endif
// Test to ensure that the aura Window's visiblity state is set to visible if
// the underlying widget is hidden and then shown.
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_native_widget_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698