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

Side by Side Diff: ash/test/ash_test_base.cc

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 years, 11 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
« no previous file with comments | « ash/host/ash_window_tree_host_win.cc ('k') | build/gn_migration.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/test/ash_test_base.h" 5 #include "ash/test/ash_test_base.h"
6 6
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "ash/ash_switches.h" 10 #include "ash/ash_switches.h"
(...skipping 22 matching lines...) Expand all
33 #include "ui/gfx/geometry/point.h" 33 #include "ui/gfx/geometry/point.h"
34 #include "ui/gfx/screen.h" 34 #include "ui/gfx/screen.h"
35 #include "ui/wm/core/coordinate_conversion.h" 35 #include "ui/wm/core/coordinate_conversion.h"
36 36
37 #if defined(OS_CHROMEOS) 37 #if defined(OS_CHROMEOS)
38 #include "ash/system/chromeos/tray_display.h" 38 #include "ash/system/chromeos/tray_display.h"
39 #endif 39 #endif
40 40
41 #if defined(OS_WIN) 41 #if defined(OS_WIN)
42 #include "base/win/windows_version.h" 42 #include "base/win/windows_version.h"
43 #include "ui/aura/remote_window_tree_host_win.h"
44 #include "ui/platform_window/win/win_window.h" 43 #include "ui/platform_window/win/win_window.h"
45 #include "win8/test/test_registrar_constants.h" 44 #include "win8/test/test_registrar_constants.h"
46 #endif 45 #endif
47 46
48 #if defined(USE_X11) 47 #if defined(USE_X11)
49 #include "ui/gfx/x/x11_connection.h" 48 #include "ui/gfx/x/x11_connection.h"
50 #endif 49 #endif
51 50
52 namespace ash { 51 namespace ash {
53 namespace test { 52 namespace test {
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 337
339 void AshTestBase::DisableIME() { 338 void AshTestBase::DisableIME() {
340 Shell::GetInstance()->RemovePreTargetHandler( 339 Shell::GetInstance()->RemovePreTargetHandler(
341 Shell::GetInstance() 340 Shell::GetInstance()
342 ->window_tree_host_manager() 341 ->window_tree_host_manager()
343 ->input_method_event_handler()); 342 ->input_method_event_handler());
344 } 343 }
345 344
346 } // namespace test 345 } // namespace test
347 } // namespace ash 346 } // namespace ash
OLDNEW
« no previous file with comments | « ash/host/ash_window_tree_host_win.cc ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698