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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/cryptohome.html
diff --git a/chrome/browser/resources/chromeos/cryptohome.html b/chrome/browser/resources/chromeos/cryptohome.html
index c6f57654a0e97136e98f913a940619096ba987a8..cab0ac0660ca47acb2a9fa2ed05b69296dd255db 100644
--- a/chrome/browser/resources/chromeos/cryptohome.html
+++ b/chrome/browser/resources/chromeos/cryptohome.html
@@ -43,14 +43,6 @@
<td>IsTPMTokenReady</td>
<td id="is-tpm-token-ready"></td>
</tr>
- <tr>
- <td>token_name</td>
- <td id="token-name"></td>
- </tr>
- <tr>
- <td>user_pin</td>
- <td id="user-pin"></td>
- </tr>
</table>
</body>
</html>
« 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