summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/errors.h
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 07:43:37 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 07:43:37 +0000
commit2e20b9f69d2a979d679d2e3fe7bb4df0b2a031ce (patch)
treeacee1f7149bae9017ac796ee99f95b5bdc172b16 /remoting/protocol/errors.h
parentbb0eada558417510c6c9268b751f2f7d456ffd15 (diff)
downloadchromium_src-2e20b9f69d2a979d679d2e3fe7bb4df0b2a031ce.zip
chromium_src-2e20b9f69d2a979d679d2e3fe7bb4df0b2a031ce.tar.gz
chromium_src-2e20b9f69d2a979d679d2e3fe7bb4df0b2a031ce.tar.bz2
Android Chromoting - Close the Desktop view on disconnection
If the session becomes disconnected, this hides the desktop display instead of leaving it visible and non-interactive. BUG=325593 TEST=Disconnect the session by killing the host process. Review URL: https://codereview.chromium.org/105943010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/errors.h')
-rw-r--r--remoting/protocol/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h
index 31bf9265..f7dce9e 100644
--- a/remoting/protocol/errors.h
+++ b/remoting/protocol/errors.h
@@ -9,7 +9,8 @@ namespace remoting {
namespace protocol {
// The UI implementations maintain corresponding definitions of this
-// enumeration in webapp/error.js and android/java/res/values/strings.xml.
+// enumeration in webapp/error.js, android/java/res/values/strings.xml and
+// android/java/src/org/chromium/chromoting/jni/JniInterface.java.
// Be sure to update these locations if you make any changes to the ordering.
enum ErrorCode {
OK = 0,