diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 07:06:39 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 07:06:39 +0000 |
commit | 4cc63fc8670f96870f69a6e1b42d28b8763fdaa7 (patch) | |
tree | fc1dd94ed6964281fea52cafc98f771aba7cd4c0 /remoting/resources | |
parent | f20a99a23985538944aa5fafdc645fad9b578635 (diff) | |
download | chromium_src-4cc63fc8670f96870f69a6e1b42d28b8763fdaa7.zip chromium_src-4cc63fc8670f96870f69a6e1b42d28b8763fdaa7.tar.gz chromium_src-4cc63fc8670f96870f69a6e1b42d28b8763fdaa7.tar.bz2 |
Show a 'remember me' checkbox in the web-app when connecting to a host that supports pairing.
Currently this checkbox does nothing. The next CL will add code to request
pairing if it was checked.
BUG=156182
Review URL: https://chromiumcodereview.appspot.com/15685008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r-- | remoting/resources/remoting_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd index 8c7f17b..0576517 100644 --- a/remoting/resources/remoting_strings.grd +++ b/remoting/resources/remoting_strings.grd @@ -552,6 +552,9 @@ <message desc="Survey link for users that want to take part." name="IDR_SIGN_ME_UP"> Take the survey </message> + <message desc="Check-box displayed when the user enters their PIN to connect to a host allowing them to 'pair' the client and host, avoiding the need to enter the PIN each time." name="IDR_REMEMBER_PIN"> + Don't ask for a PIN again when connecting to this host from this computer. + </message> </messages> </release> </grit> |