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

Side by Side Diff: services/ui/ws/window_tree_client_unittest.cc

Issue 2804373002: Eliminate Connector::Connect(), Connection, etc. (Closed)
Patch Set: . Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 <stddef.h> 5 #include <stddef.h>
6 #include <stdint.h> 6 #include <stdint.h>
7 7
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/memory/ptr_util.h" 10 #include "base/memory/ptr_util.h"
11 #include "base/message_loop/message_loop.h" 11 #include "base/message_loop/message_loop.h"
12 #include "base/run_loop.h" 12 #include "base/run_loop.h"
13 #include "base/strings/stringprintf.h" 13 #include "base/strings/stringprintf.h"
14 #include "cc/surfaces/local_surface_id_allocator.h" 14 #include "cc/surfaces/local_surface_id_allocator.h"
15 #include "mojo/public/cpp/bindings/associated_binding.h" 15 #include "mojo/public/cpp/bindings/associated_binding.h"
16 #include "mojo/public/cpp/bindings/binding.h" 16 #include "mojo/public/cpp/bindings/binding.h"
17 #include "services/service_manager/public/cpp/binder_registry.h" 17 #include "services/service_manager/public/cpp/binder_registry.h"
18 #include "services/service_manager/public/cpp/interface_factory.h" 18 #include "services/service_manager/public/cpp/interface_factory.h"
19 #include "services/service_manager/public/cpp/service_test.h" 19 #include "services/service_manager/public/cpp/service_test.h"
20 #include "services/ui/public/interfaces/constants.mojom.h" 20 #include "services/ui/public/interfaces/constants.mojom.h"
21 #include "services/ui/public/interfaces/window_tree.mojom.h" 21 #include "services/ui/public/interfaces/window_tree.mojom.h"
22 #include "services/ui/public/interfaces/window_tree_host.mojom.h" 22 #include "services/ui/public/interfaces/window_tree_host.mojom.h"
23 #include "services/ui/ws/ids.h" 23 #include "services/ui/ws/ids.h"
24 #include "services/ui/ws/test_change_tracker.h" 24 #include "services/ui/ws/test_change_tracker.h"
25 #include "services/ui/ws/window_server_service_test_base.h" 25 #include "services/ui/ws/window_server_service_test_base.h"
26 26
27 using service_manager::Connection;
28 using mojo::InterfaceRequest; 27 using mojo::InterfaceRequest;
29 using service_manager::Service; 28 using service_manager::Service;
30 using ui::mojom::WindowDataPtr; 29 using ui::mojom::WindowDataPtr;
31 using ui::mojom::WindowTree; 30 using ui::mojom::WindowTree;
32 using ui::mojom::WindowTreeClient; 31 using ui::mojom::WindowTreeClient;
33 32
34 namespace ui { 33 namespace ui {
35 namespace ws { 34 namespace ws {
36 namespace test { 35 namespace test {
37 36
(...skipping 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2270 2269
2271 // TODO(sky): make sure coverage of what was 2270 // TODO(sky): make sure coverage of what was
2272 // WindowManagerTest.SecondEmbedRoot_InitService and 2271 // WindowManagerTest.SecondEmbedRoot_InitService and
2273 // WindowManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window 2272 // WindowManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window
2274 // manager 2273 // manager
2275 // tests. 2274 // tests.
2276 2275
2277 } // namespace test 2276 } // namespace test
2278 } // namespace ws 2277 } // namespace ws
2279 } // namespace ui 2278 } // namespace ui
OLDNEW
« no previous file with comments | « services/ui/ws/window_server_service_test_base.h ('k') | ui/ozone/platform/drm/gpu/drm_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698