| 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 1ba0c2ab6a6b9d4fe78145db4b595e642acd56a4..1558afe4136a27782ab394b3abfa48ad51bbe8f6 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_regular.h
|
| +++ b/chrome/browser/signin/easy_unlock_service_regular.h
|
| @@ -43,6 +43,7 @@ class EasyUnlockServiceRegular : public EasyUnlockService {
|
| virtual TurnOffFlowStatus GetTurnOffFlowStatus() const OVERRIDE;
|
| virtual std::string GetChallenge() const OVERRIDE;
|
| virtual void InitializeInternal() OVERRIDE;
|
| + virtual void ShutdownInternal() OVERRIDE;
|
| virtual bool IsAllowedInternal() OVERRIDE;
|
|
|
| // Callback when the controlling pref changes.
|
|
|