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

Unified Diff: chromeos/tpm_token_loader.h

Issue 408853004: Remove nss_util.h dependency from FakeCryptohomeClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | « chromeos/dbus/fake_cryptohome_client.cc ('k') | chromeos/tpm_token_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/tpm_token_loader.h
diff --git a/chromeos/tpm_token_loader.h b/chromeos/tpm_token_loader.h
index 053e7f516963acb456494a2a75045544066dcbe7..16e20ef12e98d7054e172c0cdd9547f52ffada9e 100644
--- a/chromeos/tpm_token_loader.h
+++ b/chromeos/tpm_token_loader.h
@@ -127,7 +127,6 @@ class CHROMEOS_EXPORT TPMTokenLoader : public LoginState::Observer {
base::TimeDelta tpm_request_delay_;
// Cached TPM token info.
- std::string tpm_token_name_;
int tpm_token_slot_id_;
std::string tpm_user_pin_;
« no previous file with comments | « chromeos/dbus/fake_cryptohome_client.cc ('k') | chromeos/tpm_token_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698