summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-26 17:02:35 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-26 17:02:35 +0000
commit1bd6315534ddade5f8c7dba26c4b0c7df23ca0f8 (patch)
tree9cfc2dae0d0a65a6c2f89dd914fea62a0124663c /remoting
parent13d71ae9c18910ae03d246dd535a5908d9fe9d31 (diff)
downloadchromium_src-1bd6315534ddade5f8c7dba26c4b0c7df23ca0f8.zip
chromium_src-1bd6315534ddade5f8c7dba26c4b0c7df23ca0f8.tar.gz
chromium_src-1bd6315534ddade5f8c7dba26c4b0c7df23ca0f8.tar.bz2
Disable autocomplete on the access code entry widget.
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8394052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/webapp/me2mom/choice.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 17bab6a..c08b375 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -194,7 +194,10 @@ found in the LICENSE file.
<div id="access-code-entry-row">
<form action="" onsubmit="remoting.tryConnect(); return false;">
<label for="access-code-entry" i18n-content="ACCESS_CODE"></label>
- <input id="access-code-entry" type="text" autofocus="autofocus"/>
+ <input id="access-code-entry"
+ type="text"
+ autofocus="autofocus"
+ autocomplete="off"/>
<button id="connect-button" class="big-button"
type="submit" i18n-content="CONNECT_BUTTON"></button>
<button class="big-button" type="button"