From a5b8d18711468fa2ee04a92295d68e472448ee98 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Mon, 2 Jun 2014 22:26:58 +0000 Subject: 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 --- ash/shell.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'ash/shell.cc') 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()); -- cgit v1.1