| Index: ash/shell_unittest.cc
|
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
|
| index c461f6617c4664f9d9ab4f7e0bf7d57c6fd0a537..e1c99c91f329ba287476947d11dfd0e03ce71984 100644
|
| --- a/ash/shell_unittest.cc
|
| +++ b/ash/shell_unittest.cc
|
| @@ -506,13 +506,6 @@ class ShellTest2 : public test::AshTestBase {
|
| };
|
|
|
| TEST_F(ShellTest2, DontCrashWhenWindowDeleted) {
|
| - // TODO: delete this test when conversion to mash is done. This test isn't
|
| - // applicable to mash as all windows must be destroyed before ash, that isn't
|
| - // the case with classic-ash where embedders can separately create
|
| - // aura::Windows.
|
| - if (Shell::GetAshConfig() == Config::MASH)
|
| - return;
|
| -
|
| window_.reset(new aura::Window(NULL));
|
| window_->Init(ui::LAYER_NOT_DRAWN);
|
| }
|
|
|