Index: ui/aura/remote_root_window_host_win.cc |
diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc |
index 3e7837b39c294dcac8370f6b4ddeaedcb16dd9ed..c060baffd46966f4fe332e41ebdb6fed0ff3cc4f 100644 |
--- a/ui/aura/remote_root_window_host_win.cc |
+++ b/ui/aura/remote_root_window_host_win.cc |
@@ -150,7 +150,6 @@ void RemoteRootWindowHostWin::Connected(IPC::Sender* host, HWND remote_window) { |
} |
void RemoteRootWindowHostWin::Disconnected() { |
- CHECK(host_ != NULL); |
sky
2013/11/06 21:28:48
Please add a comment that we already be disconnect
|
host_ = NULL; |
remote_window_ = NULL; |
} |