| Index: chrome/browser/signin/easy_unlock_service_regular.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service_regular.cc b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| index 929ecc5206855a718f66803acee0c8c308e38fde..462aeb21f88a6c7450362d30b15600343a5d24e0 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_regular.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| @@ -152,6 +152,10 @@ EasyUnlockService::TurnOffFlowStatus
|
| return turn_off_flow_status_;
|
| }
|
|
|
| +std::string EasyUnlockServiceRegular::GetChallenge() const {
|
| + return std::string();
|
| +}
|
| +
|
| void EasyUnlockServiceRegular::InitializeInternal() {
|
| registrar_.Init(profile()->GetPrefs());
|
| registrar_.Add(
|
|
|