Commit 71ca726b authored by pneubeck@chromium.org's avatar pneubeck@chromium.org

Update TPMTokenLoader class comment.

BUG=210525

Review URL: https://codereview.chromium.org/386593002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282822 0039d316-1c4b-4281-b951-d872f2087c98
parent 2b488d2c
...@@ -23,11 +23,13 @@ class SequencedTaskRunner; ...@@ -23,11 +23,13 @@ class SequencedTaskRunner;
namespace chromeos { namespace chromeos {
// This class is responsible for loading the TPM token when the user logs // This class is responsible for loading the TPM backed token for the system
// in. It is expected to be constructed on the UI thread and public methods // slot when the user logs in. It is expected to be constructed on the UI thread
// should all be called from the UI thread. When the TPM token is loaded, // and public methods should all be called from the UI thread.
// or if the TPM should stay disabled for the session, the observers are // When the TPM token is loaded, or if the TPM should stay disabled for the
// notified using |OnTPMTokenReady|. // session, the observers are notified using |OnTPMTokenReady|.
// Note: This currently initializes the token with the hard coded default id 0.
// See CryptohomeClient::OnPkcs11GetTpmTokenInfo.
class CHROMEOS_EXPORT TPMTokenLoader : public LoginState::Observer { class CHROMEOS_EXPORT TPMTokenLoader : public LoginState::Observer {
public: public:
class Observer { class Observer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment