Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index a6f455b15dc98a78d4fb392777c73e012fb568de..d7dc9b5623fa2c35b446e4d5f695c7889076cf8f 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_|. |