summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index a6f455b..d7dc9b5 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -758,7 +758,6 @@ Shell::~Shell() {
// Destroy all child windows including widgets.
display_controller_->CloseChildWindows();
- display_controller_->CloseMirroringDisplay();
// Chrome implementation of shelf delegate depends on FocusClient,
// so must be deleted before |focus_client_|.