diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 06:00:59 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 06:00:59 +0000 |
commit | 84158a9a23364cf5093da7a509aa995e581435e1 (patch) | |
tree | aede9460aa7049549436de3682f761c30d1e62a1 /remoting/webapp/jscompiler_hacks.js | |
parent | e2dfb1dcc099ca94be22b528a781e7395ca7bdc8 (diff) | |
download | chromium_src-84158a9a23364cf5093da7a509aa995e581435e1.zip chromium_src-84158a9a23364cf5093da7a509aa995e581435e1.tar.gz chromium_src-84158a9a23364cf5093da7a509aa995e581435e1.tar.bz2 |
Clean up daemon control UI:
* Improve spacing of top-level UI.
* Add a Cancel button to the PIN dialog (UI still needs work).
* Add an OK button to the "finished" and "error" dialogs.
BUG=None
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9963002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/jscompiler_hacks.js')
-rw-r--r-- | remoting/webapp/jscompiler_hacks.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/webapp/jscompiler_hacks.js b/remoting/webapp/jscompiler_hacks.js index 1d3bc3e..7dd61d6 100644 --- a/remoting/webapp/jscompiler_hacks.js +++ b/remoting/webapp/jscompiler_hacks.js @@ -17,3 +17,6 @@ Document.prototype.webkitIsFullScreen; /** @return {void} Nothing. */ Element.prototype.webkitRequestFullScreen = function() {}; + +/** @type {{getRandomValues: function(Uint16Array):void}} */ +Window.prototype.crypto; |