| Index: remoting/host/disconnect_window_mac.mm
|
| diff --git a/remoting/host/disconnect_window_mac.mm b/remoting/host/disconnect_window_mac.mm
|
| index e214b60cb3609c7ca4feaf0897d6aa86c0b6466f..a13fca0755fc9f9e351ec4342c0b577fc8cd06a9 100644
|
| --- a/remoting/host/disconnect_window_mac.mm
|
| +++ b/remoting/host/disconnect_window_mac.mm
|
| @@ -61,7 +61,6 @@ void DisconnectWindowMac::Start(
|
| const base::WeakPtr<ClientSessionControl>& client_session_control) {
|
| DCHECK(CalledOnValidThread());
|
| DCHECK(client_session_control);
|
| - DCHECK(!disconnect_window_);
|
|
|
| // Create the window.
|
| base::Closure disconnect_callback =
|
|
|