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

Unified Diff: ash/shell.cc

Issue 306063007: Remove the seemlingly uncecessary AddPreTargetHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698