| Index: chrome/browser/signin/easy_unlock_service.h
|
| diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h
|
| index ee1cd06ce41962c15ee02e78c9731fc47f1887a7..44f54efb231f5b94b21f78dee73653e14cf52e3e 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -70,9 +70,12 @@ class EasyUnlockService : public KeyedService {
|
| // Resets the turn off flow if one is in progress.
|
| virtual void ResetTurnOffFlow() = 0;
|
|
|
| - // Returns the cirernt turn off flow status.
|
| + // Returns the current turn off flow status.
|
| virtual TurnOffFlowStatus GetTurnOffFlowStatus() const = 0;
|
|
|
| + // Gets the challenge bytes for the currently associated user.
|
| + virtual std::string GetChallenge() const = 0;
|
| +
|
| // Gets |screenlock_state_handler_|. Returns NULL if Easy Unlock is not
|
| // allowed. Otherwise, if |screenlock_state_handler_| is not set, an instance
|
| // is created. Do not cache the returned value, as it may go away if Easy
|
|
|