| Index: ash/display/window_tree_host_manager.cc
|
| diff --git a/ash/display/window_tree_host_manager.cc b/ash/display/window_tree_host_manager.cc
|
| index 73a1707538d6eb2e4f86de4ea9e0b9af32f5166d..171de6864c52ba55f77560774c1e756e612a1511 100644
|
| --- a/ash/display/window_tree_host_manager.cc
|
| +++ b/ash/display/window_tree_host_manager.cc
|
| @@ -681,7 +681,7 @@ void WindowTreeHostManager::DeleteHost(AshWindowTreeHost* host_to_delete) {
|
|
|
| void WindowTreeHostManager::OnDisplayRemoved(const display::Display& display) {
|
| AshWindowTreeHost* host_to_delete = window_tree_hosts_[display.id()];
|
| - CHECK(host_to_delete) << display.ToString();
|
| + CHECK(host_to_delete);
|
|
|
| // When the primary root window's display is removed, move the primary
|
| // root to the other display.
|
|
|