summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-11-03 14:31:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-03 22:31:50 +0000
commitec77d854a19b75584ca9c0ccc243366d1b776f34 (patch)
tree627e437407303741858632e29cc0c0a817c2717a /remoting/resources
parent9024e5102a47625ff857d54bf69007e1806672a1 (diff)
downloadchromium_src-ec77d854a19b75584ca9c0ccc243366d1b776f34.zip
chromium_src-ec77d854a19b75584ca9c0ccc243366d1b776f34.tar.gz
chromium_src-ec77d854a19b75584ca9c0ccc243366d1b776f34.tar.bz2
Fix chromoting host to report error when closing connection.
Previously host would often close session without reporting the reason to the client. Added two new error codes and updated the host to report session termination reason when appropriate. BUG=548261 Committed: https://crrev.com/09750216bef8bc9f2953e4eee9f66801bf034fa4 Cr-Commit-Position: refs/heads/master@{#357215} Review URL: https://codereview.chromium.org/1430503002 Cr-Commit-Position: refs/heads/master@{#357652}
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/remoting_strings.grd7
1 files changed, 7 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index 46b6998..37102a7 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -731,6 +731,13 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message desc="Error that is shown on the client side when the host is blocking all connections due to failed authentication attempts." name="IDS_ERROR_HOST_OVERLOAD" formatter_data="android_java">
Connections to the remote computer are temporarily blocked because somebody was trying to connect to it with invalid PIN. Please try again later.
</message>
+ <message desc="Error that is shown on the client side after the host has terminated connection that lasted more than maximum allowed duration." name="IDS_ERROR_MAX_SESSION_LENGTH" formatter_data="android_java">
+ The remote session has expired.
+ </message>
+ <message desc="Error that is shown on the client side the host has failed to accept the connection due to a configuration issue." name="IDS_ERROR_HOST_CONFIGURATION_ERROR" formatter_data="android_java">
+ The remote computer has failed to initialize the session. If problem persist please try to configure the host again.
+ </message>
+
<message desc="Error that is shown on the client side when we don't get a response from the host." name="IDS_ERROR_HOST_IS_OFFLINE" formatter_data="android_java">
The remote computer is not responding to connection requests. Please verify that it is online and try again.
</message>