| Index: ui/views/touchui/touch_selection_menu_runner_views_unittest.cc
|
| diff --git a/ui/views/touchui/touch_selection_menu_runner_views_unittest.cc b/ui/views/touchui/touch_selection_menu_runner_views_unittest.cc
|
| index 100a396a9b771209d83b23f451d7fe1b344bdbd7..428a7c2a36bb2ac2651e6f78a2ad7043bf09da98 100644
|
| --- a/ui/views/touchui/touch_selection_menu_runner_views_unittest.cc
|
| +++ b/ui/views/touchui/touch_selection_menu_runner_views_unittest.cc
|
| @@ -67,7 +67,7 @@ class TouchSelectionMenuRunnerViewsTest : public ViewsTestBase,
|
| // and closing the menu works properly.
|
| TEST_F(TouchSelectionMenuRunnerViewsTest, InstalledAndWorksProperly) {
|
| // See comment in SetUp().
|
| - if (IsAuraMusClient())
|
| + if (IsMus())
|
| return;
|
|
|
| gfx::Rect menu_anchor(0, 0, 10, 10);
|
| @@ -98,7 +98,7 @@ TEST_F(TouchSelectionMenuRunnerViewsTest, InstalledAndWorksProperly) {
|
| // distance of handles.
|
| TEST_F(TouchSelectionMenuRunnerViewsTest, QuickMenuAdjustsAnchorRect) {
|
| // See comment in SetUp().
|
| - if (IsAuraMusClient())
|
| + if (IsMus())
|
| return;
|
|
|
| gfx::Size handle_size(10, 10);
|
| @@ -134,7 +134,7 @@ TEST_F(TouchSelectionMenuRunnerViewsTest, QuickMenuAdjustsAnchorRect) {
|
| // Tests that running one of menu actions closes the menu properly.
|
| TEST_F(TouchSelectionMenuRunnerViewsTest, RunningActionClosesProperly) {
|
| // See comment in SetUp().
|
| - if (IsAuraMusClient())
|
| + if (IsMus())
|
| return;
|
|
|
| gfx::Rect menu_anchor(0, 0, 10, 10);
|
| @@ -169,7 +169,7 @@ TEST_F(TouchSelectionMenuRunnerViewsTest, RunningActionClosesProperly) {
|
| // Tests that closing the menu widget cleans up the menu runner state properly.
|
| TEST_F(TouchSelectionMenuRunnerViewsTest, ClosingWidgetClosesProperly) {
|
| // See comment in SetUp().
|
| - if (IsAuraMusClient())
|
| + if (IsMus())
|
| return;
|
|
|
| gfx::Rect menu_anchor(0, 0, 10, 10);
|
|
|