diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 00:53:49 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 00:53:49 +0000 |
commit | 88fba1b865f079fb581d0a4e221a19ba4f14c5d4 (patch) | |
tree | 1758e95a9173ac2fd53be575c0ecdc9b297992dc /remoting/tools | |
parent | d3e6d251d0c24fb352246fdbb926f16e4ed335ba (diff) | |
download | chromium_src-88fba1b865f079fb581d0a4e221a19ba4f14c5d4.zip chromium_src-88fba1b865f079fb581d0a4e221a19ba4f14c5d4.tar.gz chromium_src-88fba1b865f079fb581d0a4e221a19ba4f14c5d4.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@158952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/tools')
-rwxr-xr-x | remoting/tools/me2me_virtual_host.py | 2 |
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. |