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

Unified Diff: remoting/host/host_user_interface.h

Issue 13212009: Made DesktopEnvironment responsible for creation of the disconnect window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Mac Created 7 years, 9 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
« no previous file with comments | « remoting/host/host_mock_objects.cc ('k') | remoting/host/host_user_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
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.
« no previous file with comments | « remoting/host/host_mock_objects.cc ('k') | remoting/host/host_user_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698