summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorsolb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 10:42:28 +0000
committersolb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 10:42:28 +0000
commitce939cdf5bc03362564c7614b0bdfe2b159881ad (patch)
tree99b8820c8789ee1655723e792cc7dbbd309d19a3 /remoting/resources
parentec664f71b3bb43a06422ada8a260c160a04f7ecb (diff)
downloadchromium_src-ce939cdf5bc03362564c7614b0bdfe2b159881ad.zip
chromium_src-ce939cdf5bc03362564c7614b0bdfe2b159881ad.tar.gz
chromium_src-ce939cdf5bc03362564c7614b0bdfe2b159881ad.tar.bz2
Various improvements to the Chromoting Android app
This commit introduces several changes: - Renames the ChromotingJni class to ChromotingJniRuntime and stores a reference to the instance in the other classes - Resolves a memory leak in JniFrameConsumer::ApplyBuffer by wrapping the buffer in a scoped_ptr - Make the canvas activity display full screen, hiding the status bar and action bar to devote more space to the remote desktop - Clarify the error message that is displayed when no hosts are registered with the logged in account Review URL: https://chromiumcodereview.appspot.com/19967007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/resources/strings.xml b/remoting/resources/strings.xml
index 284c2ed..e2efc8e 100644
--- a/remoting/resources/strings.xml
+++ b/remoting/resources/strings.xml
@@ -25,7 +25,7 @@
<string name="error_auth_failed">Authentication with specified account failed</string>
<string name="error_cataloging_hosts">Unable to display host list</string>
<string name="error_displaying_host">Unable to display host entry</string>
- <string name="error_unexpected_response">Unexpected response from directory server</string>
+ <string name="error_unexpected_response">Account has no remote desktop hosts registered</string>
<string name="error_reading_host">Unable to read host entry</string>
<!--Protocol states (see remoting/protocol/connection_to_host.h)-->