| Index: chrome/browser/signin/easy_unlock_service_regular.h
|
| diff --git a/chrome/browser/signin/easy_unlock_service_regular.h b/chrome/browser/signin/easy_unlock_service_regular.h
|
| index 78c45718ac0d904492bb83657c143a66cca31adf..1ba0c2ab6a6b9d4fe78145db4b595e642acd56a4 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_regular.h
|
| +++ b/chrome/browser/signin/easy_unlock_service_regular.h
|
| @@ -41,6 +41,7 @@ class EasyUnlockServiceRegular : public EasyUnlockService {
|
| virtual void RunTurnOffFlow() OVERRIDE;
|
| virtual void ResetTurnOffFlow() OVERRIDE;
|
| virtual TurnOffFlowStatus GetTurnOffFlowStatus() const OVERRIDE;
|
| + virtual std::string GetChallenge() const OVERRIDE;
|
| virtual void InitializeInternal() OVERRIDE;
|
| virtual bool IsAllowedInternal() OVERRIDE;
|
|
|
|
|