diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 16:51:32 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 16:51:32 +0000 |
commit | 294872a5102ab12dae3376f02feb0bbed09336ea (patch) | |
tree | 5b211b1ab1ac05af461fd76672c890e6d03ef0d0 /remoting/webapp/main.html | |
parent | a16731fee72501c3b9e9a7c2656af27b73adc1a9 (diff) | |
download | chromium_src-294872a5102ab12dae3376f02feb0bbed09336ea.zip chromium_src-294872a5102ab12dae3376f02feb0bbed09336ea.tar.gz chromium_src-294872a5102ab12dae3376f02feb0bbed09336ea.tar.bz2 |
[Chromoting] Adds a button that cancels PIN entry.
BUG=116813
Review URL: https://chromiumcodereview.appspot.com/9731014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r-- | remoting/webapp/main.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index c86e3d0..3fad92b 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -309,6 +309,10 @@ found in the LICENSE file. type="submit" i18n-content="CONNECT_BUTTON"> </button> + <button id="cancel-pin-entry-button" + type="button" + i18n-content="CANCEL"> + </button> </form> </div> </div> <!-- client.pin-prompt --> |