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

Unified Diff: ash/shell.cc

Issue 1133323002: Close mirroring window only when necessary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/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_|.
« ash/display/mirror_window_controller.cc ('K') | « ash/display/mirror_window_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698