Chromium Code Reviews| 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..8f8596beb5900484aabcab49e9068da41dd3a4cb 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,7 +31,9 @@ class EasyUnlockCreateKeysOperation { |
| void Start(); |
| - const UserContext& user_context() const { return user_context_; } |
| + // The UserContext returned will contain the new key if called after the |
| + // operation has completed successfully. |
| + const UserContext& user_context() { return user_context_; } |
|
xiyuan
2014/12/17 21:02:42
nit: Can we put back "const"?
Tim Song
2014/12/17 21:45:23
Done.
|
| private: |
| class ChallengeCreator; |