summaryrefslogtreecommitdiffstats
path: root/remoting/tools
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 20:10:16 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 20:10:16 +0000
commitbd309ee68c9e457da3e86a56f344d55573591032 (patch)
treecf7dae377c06989ca03dabbf0339ec79237a06c5 /remoting/tools
parentd778823e553eb808474689f3b2ee883f761bdc3e (diff)
downloadchromium_src-bd309ee68c9e457da3e86a56f344d55573591032.zip
chromium_src-bd309ee68c9e457da3e86a56f344d55573591032.tar.gz
chromium_src-bd309ee68c9e457da3e86a56f344d55573591032.tar.bz2
Cleanups in Chromoting Host.
1. Removed constants.[h|cc] 2. Removed platform if-defs in remoting_me2me_host.cc where they are not necessary. Review URL: https://codereview.chromium.org/10913260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/tools')
-rwxr-xr-xremoting/tools/me2me_virtual_host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
index bace7c9eb..8485aaf 100755
--- a/remoting/tools/me2me_virtual_host.py
+++ b/remoting/tools/me2me_virtual_host.py
@@ -841,7 +841,7 @@ Web Store: https://chrome.google.com/remotedesktop"""
desktop.host_proc = None
# These exit-codes must match the ones used by the host.
- # See remoting/host/constants.h.
+ # See remoting/host/host_error_codes.h.
# Delete the host or auth configuration depending on the returned error
# code, so the next time this script is run, a new configuration
# will be created and registered.