summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/me2mom/choice.html
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 19:44:31 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 19:44:31 +0000
commitf6cff51e79687f3203fdd06d1ea0103aa43d7723 (patch)
tree768602331b58b74adcab9ccc89aa70394464e988 /remoting/webapp/me2mom/choice.html
parent0233bf2a7059f6f24db9705be5ac61128a4b86c0 (diff)
downloadchromium_src-f6cff51e79687f3203fdd06d1ea0103aa43d7723.zip
chromium_src-f6cff51e79687f3203fdd06d1ea0103aa43d7723.tar.gz
chromium_src-f6cff51e79687f3203fdd06d1ea0103aa43d7723.tar.bz2
Ask for PIN when connecting to Me2Me hosts and pass it to the plugin.
BUG=105214 Review URL: http://codereview.chromium.org/9116032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/me2mom/choice.html')
-rw-r--r--remoting/webapp/me2mom/choice.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 9ff1a5e..270896d 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -1,6 +1,6 @@
<!doctype html>
<!--
-Copyright (c) 2011 The Chromium Authors. All rights reserved.
+Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
@@ -244,6 +244,23 @@ found in the LICENSE file.
i18n-content="MESSAGE_CONNECTING">
</div> <!-- client.connecting -->
+ <div data-ui-mode="client.pin-prompt" class="message">
+ <div>
+ <form id="pin-form" action="">
+ <label for="pin-entry" i18n-content="PIN"></label>
+ <input id="pin-entry"
+ type="password"
+ autofocus="autofocus"
+ autocomplete="off"/>
+ <button id="connect-button"
+ class="big-button"
+ type="submit"
+ i18n-content="CONNECT_BUTTON">
+ </button>
+ </form>
+ </div>
+ </div> <!-- client.pin-prompt -->
+
<div data-ui-mode="client.connect-failed"
class="message">
<span id="connect-error-message" class="error-state"></span>