summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/errors.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 04:38:53 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 04:38:53 +0000
commitd821668836c2460d806b5c74c1992097b42d6686 (patch)
treec51238f7da907e0a3092ce97d6d1c7b2cd16a3fb /remoting/protocol/errors.h
parentc9dd320d696ca2d7a92b7d504b88db1f58ffe7f4 (diff)
downloadchromium_src-d821668836c2460d806b5c74c1992097b42d6686.zip
chromium_src-d821668836c2460d806b5c74c1992097b42d6686.tar.gz
chromium_src-d821668836c2460d806b5c74c1992097b42d6686.tar.bz2
Address remaining nits for r129104.
Review URL: http://codereview.chromium.org/9860045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/errors.h')
-rw-r--r--remoting/protocol/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h
index c76c99e..0de2fbb 100644
--- a/remoting/protocol/errors.h
+++ b/remoting/protocol/errors.h
@@ -17,7 +17,7 @@ enum ErrorCode {
CHANNEL_CONNECTION_ERROR,
SIGNALING_ERROR,
SIGNALING_TIMEOUT,
- HOST_IS_DISABLED,
+ HOST_OVERLOAD,
UNKNOWN_ERROR,
};