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

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

Issue 2557353003: Changes OnWindowHierarchyChanged() to include transient parent (Closed)
Patch Set: fix Created 4 years 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/aura/mus/window_tree_client.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 451752ed5077af06334d6ba42ae56f80099859fd..22c6bdc2f76aaabe38348f7da5ba2ca996febbb1 100644
--- a/ui/views/widget/widget_unittest.cc
+++ b/ui/views/widget/widget_unittest.cc
@@ -857,10 +857,6 @@ TEST_F(WidgetObserverTest, DISABLED_VisibilityChange) {
}
TEST_F(WidgetObserverTest, DestroyBubble) {
- // TODO: reenable once http://crbug.com/663903 is fixed.
- if (IsAuraMusClient())
- return;
-
// This test expect NativeWidgetAura, force its creation.
ViewsDelegate::GetInstance()->set_native_widget_factory(
ViewsDelegate::NativeWidgetFactory());
@@ -1289,10 +1285,6 @@ TEST_F(WidgetTest, DISABLED_FocusChangesOnBubble) {
}
TEST_F(WidgetTest, BubbleControlsResetOnInit) {
- // TODO: enable once http://crbug.com/660994 is fixed.
- if (IsAuraMusClient())
- return;
-
WidgetAutoclosePtr anchor(CreateTopLevelPlatformWidget());
anchor->Show();
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698