Index: remoting/host/host_user_interface.h |
diff --git a/remoting/host/host_user_interface.h b/remoting/host/host_user_interface.h |
index 806361fa8e45de8a55eb0d8fd9958f8108a8f412..9c2729ee01253f817c424b306e5ff0a60a4551ca 100644 |
--- a/remoting/host/host_user_interface.h |
+++ b/remoting/host/host_user_interface.h |
@@ -31,11 +31,6 @@ class HostUserInterface : public HostStatusObserver { |
virtual void Start(ChromotingHost* host, |
const base::Closure& disconnect_callback); |
- // TODO(sergeyu): Disconnect shortcut is disabled with Me2Me on Mac |
- // because it didn't work properly. Fix and remove this hack. |
- // http://crbug.com/129684 |
- void DisableDisconnectShortcutOnMac(); |
- |
// HostStatusObserver implementation. These methods will be called from the |
// network thread. |
virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE; |
@@ -102,8 +97,6 @@ class HostUserInterface : public HostStatusObserver { |
ScopedThreadProxy ui_thread_proxy_; |
- bool disable_disconnect_shortcut_on_mac_; |
- |
DISALLOW_COPY_AND_ASSIGN(HostUserInterface); |
}; |