Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index a3cb0297d2e911f3018270aa2bd107c5952a1aec..c8d5da4888a006caf6dad660bcffd02a7cb3672a 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()); |