| 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 856d0094b510d4ca78b5065825c505684347ecfc..6ca15780b8b0aa53168e035936480b4403bffe7f 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
|
| @@ -31,6 +31,8 @@
|
|
|
| void Start();
|
|
|
| + // The UserContext returned will contain the new key if called after the
|
| + // operation has completed successfully.
|
| const UserContext& user_context() const { return user_context_; }
|
|
|
| private:
|
|
|