summaryrefslogtreecommitdiffstats
path: root/ui/aura
diff options
context:
space:
mode:
authorsadrul <sadrul@chromium.org>2016-01-30 05:52:09 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-30 13:53:16 +0000
commitb3e8c9584ef48f805a7332323efe47eb78a39bec (patch)
treef0aff668d42f031a95cb5122289f7d124d3a9796 /ui/aura
parent1af4fada49c4f3890f16daac31d38379a9d782b2 (diff)
downloadchromium_src-b3e8c9584ef48f805a7332323efe47eb78a39bec.zip
chromium_src-b3e8c9584ef48f805a7332323efe47eb78a39bec.tar.gz
chromium_src-b3e8c9584ef48f805a7332323efe47eb78a39bec.tar.bz2
ash/wm: Remove dead code.
This removes the following code: . DispatcherRunLoop, because it is used only in three unit-tests, two of which are disabled. . DispatcherClient, because it is used only by DispatcherRunLoop. . Implementions of DispatcherClient for dekstop (DesktopDispatcherClient) and chromeos (NestedAcceleratorController). . NestedAcceleratorDispatcher, since NestedAcceleratorController was the only thing using it. . NestedAcceleratorDelegate, since NestedAcceleratorDispatcher was the only thing using it. BUG=none Review URL: https://codereview.chromium.org/1647933002 Cr-Commit-Position: refs/heads/master@{#372548}
Diffstat (limited to 'ui/aura')
-rw-r--r--ui/aura/BUILD.gn2
-rw-r--r--ui/aura/aura.gyp2
2 files changed, 0 insertions, 4 deletions
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 6276a46..f5a398a 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -15,8 +15,6 @@ component("aura") {
"../wm/public/activation_delegate.h",
"../wm/public/animation_host.cc",
"../wm/public/animation_host.h",
- "../wm/public/dispatcher_client.cc",
- "../wm/public/dispatcher_client.h",
"../wm/public/drag_drop_client.cc",
"../wm/public/drag_drop_client.h",
"../wm/public/drag_drop_delegate.cc",
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 20aeced..a244cbb 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -37,8 +37,6 @@
'../wm/public/activation_delegate.h',
'../wm/public/animation_host.cc',
'../wm/public/animation_host.h',
- '../wm/public/dispatcher_client.cc',
- '../wm/public/dispatcher_client.h',
'../wm/public/drag_drop_client.cc',
'../wm/public/drag_drop_client.h',
'../wm/public/drag_drop_delegate.cc',