| 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 4b2c1a2b73c01b4e2a6b0e5dc2b8c7b870b45950..ce6c1739e4c0fecb113e0014b747fb7c91017f22 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_regular.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| @@ -156,6 +156,10 @@ std::string EasyUnlockServiceRegular::GetChallenge() const {
|
| return std::string();
|
| }
|
|
|
| +std::string EasyUnlockServiceRegular::GetWrappedSecret() const {
|
| + return std::string();
|
| +}
|
| +
|
| void EasyUnlockServiceRegular::InitializeInternal() {
|
| registrar_.Init(profile()->GetPrefs());
|
| registrar_.Add(
|
|
|