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

Unified Diff: ui/views/controls/menu/menu_controller_unittest.cc

Issue 2611773002: Removes code using mus client lib (Closed)
Patch Set: dont run on linux Created 3 years, 12 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/controls/button/menu_button_unittest.cc ('k') | ui/views/controls/menu/menu_runner_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_controller_unittest.cc
diff --git a/ui/views/controls/menu/menu_controller_unittest.cc b/ui/views/controls/menu/menu_controller_unittest.cc
index 406e309cae0cd1666854f8dfebfce01a36f5e02c..804313f33866f67399fb207302ab963a515b39eb 100644
--- a/ui/views/controls/menu/menu_controller_unittest.cc
+++ b/ui/views/controls/menu/menu_controller_unittest.cc
@@ -1427,12 +1427,6 @@ TEST_F(MenuControllerTest, RunWithoutWidgetDoesntCrash) {
// crash.
TEST_F(MenuControllerTest, MenuControllerReplacedDuringDrag) {
// TODO: this test wedges with aura-mus-client. http://crbug.com/664280.
- if (IsAuraMusClient())
- return;
-
- // This test creates two native widgets, but expects the child native widget
- // to be able to reach up and use the parent native widget's aura
- // objects. https://crbug.com/614037
if (IsMus())
return;
@@ -1450,12 +1444,6 @@ TEST_F(MenuControllerTest, MenuControllerReplacedDuringDrag) {
// destroys the Widget used for drag-and-drop, thereby ending the drag.
TEST_F(MenuControllerTest, CancelAllDuringDrag) {
// TODO: this test wedges with aura-mus-client. http://crbug.com/664280.
- if (IsAuraMusClient())
- return;
-
- // This test creates two native widgets, but expects the child native widget
- // to be able to reach up and use the parent native widget's aura
- // objects. https://crbug.com/614037
if (IsMus())
return;
« no previous file with comments | « ui/views/controls/button/menu_button_unittest.cc ('k') | ui/views/controls/menu/menu_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698