Chromium Code Reviews

Side by Side Diff: ash/display/mirror_window_controller_unittest.cc

Issue 184903003: Window ownership -> WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « ash/display/mirror_window_controller.cc ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/display/mirror_window_controller.h" 5 #include "ash/display/mirror_window_controller.h"
6 6
7 #include "ash/ash_switches.h" 7 #include "ash/ash_switches.h"
8 #include "ash/display/display_manager.h" 8 #include "ash/display/display_manager.h"
9 #include "ash/shell.h" 9 #include "ash/shell.h"
10 #include "ash/test/ash_test_base.h" 10 #include "ash/test/ash_test_base.h"
(...skipping 266 matching lines...)
277 EXPECT_EQ(1U, display_manager->GetNumDisplays()); 277 EXPECT_EQ(1U, display_manager->GetNumDisplays());
278 EXPECT_TRUE(display_manager->IsMirrored()); 278 EXPECT_TRUE(display_manager->IsMirrored());
279 EXPECT_EQ(external_id, display_manager->mirrored_display_id()); 279 EXPECT_EQ(external_id, display_manager->mirrored_display_id());
280 } 280 }
281 281
282 TEST_F(MirrorOnBootTest, MAYBE_MirrorOnBoot) { 282 TEST_F(MirrorOnBootTest, MAYBE_MirrorOnBoot) {
283 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 283 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
284 EXPECT_TRUE(display_manager->IsMirrored()); 284 EXPECT_TRUE(display_manager->IsMirrored());
285 RunAllPendingInMessageLoop(); 285 RunAllPendingInMessageLoop();
286 test::MirrorWindowTestApi test_api; 286 test::MirrorWindowTestApi test_api;
287 EXPECT_TRUE(test_api.GetDispatcher()); 287 EXPECT_TRUE(test_api.GetHost());
288 } 288 }
289 289
290 } // namsspace internal 290 } // namsspace internal
291 } // namespace ash 291 } // namespace ash
OLDNEW
« no previous file with comments | « ash/display/mirror_window_controller.cc ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine