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

Unified Diff: ash/root_window_controller.cc

Issue 2322613002: Adds support for multiple displays to WmTestBase (Closed)
Patch Set: moar Created 4 years, 3 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
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index d527e5f841dbb38a43233719a6ce3d5406dd8910..919d9537d45f65d65cf84d8e9998381dcd360ccb 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -338,9 +338,7 @@ void RootWindowController::Shutdown() {
WmShell::Get()->RemoveShellObserver(this);
#if defined(OS_CHROMEOS)
- if (touch_exploration_manager_) {
- touch_exploration_manager_.reset();
- }
+ touch_exploration_manager_.reset();
#endif
aura::Window* root_window = GetRootWindow();

Powered by Google App Engine
This is Rietveld 408576698