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

Unified Diff: remoting/host/host_user_interface.h

Issue 10447041: Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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.h ('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 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);
};
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/host_user_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698