Chromium Code Reviews| Index: remoting/host/host_user_interface.h |
| diff --git a/remoting/host/host_user_interface.h b/remoting/host/host_user_interface.h |
| index 88adc458abbd5412bffb7bdd9cb64590e7e8e71a..8f0cf00b605e5014368025c7eeb04cb0396f168b 100644 |
| --- a/remoting/host/host_user_interface.h |
| +++ b/remoting/host/host_user_interface.h |
| @@ -23,7 +23,6 @@ class SingleThreadTaskRunner; |
| namespace remoting { |
| class ChromotingHost; |
| -class DisconnectWindow; |
| class HostUserInterface : public HostStatusObserver { |
|
Sergey Ulanov
2013/04/04 00:10:03
Once ContinueWindow is moved to HostWindow we will
alexeypa (please no reviews)
2013/04/04 16:56:40
Yes, it goes away with the next CL.
|
| public: |
| @@ -73,9 +72,6 @@ class HostUserInterface : public HostStatusObserver { |
| // Used to ask the host to disconnect the session. |
| base::Closure disconnect_callback_; |
| - // Provide a user interface allowing the host user to close the connection. |
| - scoped_ptr<DisconnectWindow> disconnect_window_; |
| - |
| private: |
| // Invoked from the UI thread when the user clicks on the Disconnect button |
| // to disconnect the session. |