Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: chrome/browser/resources/chromeos/cryptohome.html

Issue 83833003: Remove crypto::GetTPMTokenInfo which is no longer necessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove missed member Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>About Cryptohome</title> 4 <title>About Cryptohome</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <script src="chrome://resources/js/util.js"></script> 6 <script src="chrome://resources/js/util.js"></script>
7 <script src="chrome://cryptohome/cryptohome.js"></script> 7 <script src="chrome://cryptohome/cryptohome.js"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <div id="refresh-message"> 10 <div id="refresh-message">
(...skipping 25 matching lines...) Expand all
36 <td>Pkcs11IsTpmTokenReady</td> 36 <td>Pkcs11IsTpmTokenReady</td>
37 <td id="pkcs11-is-tpm-token-ready"></td> 37 <td id="pkcs11-is-tpm-token-ready"></td>
38 </tr> 38 </tr>
39 </table> 39 </table>
40 <h3>crypto:</h3> 40 <h3>crypto:</h3>
41 <table> 41 <table>
42 <tr> 42 <tr>
43 <td>IsTPMTokenReady</td> 43 <td>IsTPMTokenReady</td>
44 <td id="is-tpm-token-ready"></td> 44 <td id="is-tpm-token-ready"></td>
45 </tr> 45 </tr>
46 <tr>
47 <td>token_name</td>
48 <td id="token-name"></td>
49 </tr>
50 <tr>
51 <td>user_pin</td>
52 <td id="user-pin"></td>
53 </tr>
54 </table> 46 </table>
55 </body> 47 </body>
56 </html> 48 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698