| Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
|
| diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
|
| index f79ce92b05be104f4f05083a9fece0f8b8ea6f4d..a66fb560e4d442940353b279330d0781a25cb8a8 100644
|
| --- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
|
| +++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
|
| @@ -28,6 +28,8 @@ class EasyUnlockCreateKeysOperation {
|
|
|
| void Start();
|
|
|
| + const UserContext& user_context() const { return user_context_; }
|
| +
|
| private:
|
| class ChallengeCreator;
|
|
|
| @@ -36,6 +38,7 @@ class EasyUnlockCreateKeysOperation {
|
| void OnGetSystemSalt(size_t index,
|
| const std::string& system_salt);
|
| void OnKeyCreated(size_t index,
|
| + const Key& user_key,
|
| bool success,
|
| cryptohome::MountError return_code);
|
|
|
|
|