summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 22:26:58 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 22:26:58 +0000
commita5b8d18711468fa2ee04a92295d68e472448ee98 (patch)
treee8238a439ff4f12d2ea93229ecb6cd353fe1d9d2 /ash/shell.cc
parent09cee4a59b7ec6bcee027a8105e2843f23b1a90e (diff)
downloadchromium_src-a5b8d18711468fa2ee04a92295d68e472448ee98.zip
chromium_src-a5b8d18711468fa2ee04a92295d68e472448ee98.tar.gz
chromium_src-a5b8d18711468fa2ee04a92295d68e472448ee98.tar.bz2
Remove the seemlingly uncecessary AddPreTargetHandler
BUG=None R=sadrul@chromium.org Review URL: https://codereview.chromium.org/306063007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index a3cb029..c8d5da4 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -862,8 +862,6 @@ void Shell::Init(const ShellInitParams& init_params) {
window_modality_controller_.reset(
new ::wm::WindowModalityController(this));
- AddPreTargetHandler(this);
-
env_filter_.reset(new ::wm::CompoundEventFilter);
AddPreTargetHandler(env_filter_.get());