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 1558afe4136a27782ab394b3abfa48ad51bbe8f6..3cc3abe669c3ad18ee49ac2d626af12b591a8ebc 100644 |
--- a/chrome/browser/signin/easy_unlock_service_regular.h |
+++ b/chrome/browser/signin/easy_unlock_service_regular.h |
@@ -42,6 +42,7 @@ class EasyUnlockServiceRegular : public EasyUnlockService { |
virtual void ResetTurnOffFlow() OVERRIDE; |
virtual TurnOffFlowStatus GetTurnOffFlowStatus() const OVERRIDE; |
virtual std::string GetChallenge() const OVERRIDE; |
+ virtual std::string GetWrappedSecret() const OVERRIDE; |
virtual void InitializeInternal() OVERRIDE; |
virtual void ShutdownInternal() OVERRIDE; |
virtual bool IsAllowedInternal() OVERRIDE; |