| Index: ash/display/display_controller_unittest.cc
|
| diff --git a/ash/display/display_controller_unittest.cc b/ash/display/display_controller_unittest.cc
|
| index 5ee4cae1978712c353bb67ba9a64e9ce998712ba..26e01ccf66a6313d0387ea60100adbbe84eccf66 100644
|
| --- a/ash/display/display_controller_unittest.cc
|
| +++ b/ash/display/display_controller_unittest.cc
|
| @@ -550,6 +550,9 @@ DisplayInfo CreateDisplayInfo(int64 id,
|
| } // namespace
|
|
|
| TEST_F(DisplayControllerTest, MirrorToDockedWithFullscreen) {
|
| + if (!SupportsMultipleDisplays())
|
| + return;
|
| +
|
| // Creates windows to catch activation change event.
|
| scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
|
| w1->Focus();
|
|
|