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

Unified Diff: ash/shell.cc

Issue 2758573002: Avoid to call KeyboardController::ResetInstance twice (Closed)
Patch Set: . Created 3 years, 9 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 5614eb1c5707cd08e8cc00c5169dbb51255b6dff..91b85d9c4651e1b74cd47290fe0335eb32b1557b 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -668,8 +668,6 @@ Shell::~Shell() {
focus_controller_.reset();
screen_position_controller_.reset();
- keyboard::KeyboardController::ResetInstance(nullptr);
-
display_color_manager_.reset();
if (display_change_observer_)
display_configurator_->RemoveObserver(display_change_observer_.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