Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index a6f455b15dc98a78d4fb392777c73e012fb568de..ae0662a879edbe4965070e60868d7256ed0bc26e 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -758,7 +758,7 @@ Shell::~Shell() { |
| // Destroy all child windows including widgets. |
| display_controller_->CloseChildWindows(); |
| - display_controller_->CloseMirroringDisplay(); |
| + // display_controller_->CloseMirroringDisplay(); |
|
Jun Mukai
2015/05/13 17:43:12
Comment out doesn't look correct. CloseMirroringDi
oshima
2015/05/13 23:04:25
meant to be removed as this is done in shutdown co
|
| // Chrome implementation of shelf delegate depends on FocusClient, |
| // so must be deleted before |focus_client_|. |