| Index: chrome/browser/signin/easy_unlock_service.h
|
| diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h
|
| index 216d3807316fe6ed1ca76fcba7c3f24dbe1877e7..e60450fe8a2d3d4102b6681273a42f3f6c98aa8c 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -83,10 +83,9 @@ class EasyUnlockService : public KeyedService {
|
| virtual void SetPermitAccess(const base::DictionaryValue& permit) = 0;
|
| virtual void ClearPermitAccess() = 0;
|
|
|
| - // Gets/Sets/Clears the remote devices list.
|
| + // Gets/Sets the remote devices list.
|
| virtual const base::ListValue* GetRemoteDevices() const = 0;
|
| virtual void SetRemoteDevices(const base::ListValue& devices) = 0;
|
| - virtual void ClearRemoteDevices() = 0;
|
|
|
| // Runs the flow for turning Easy unlock off.
|
| virtual void RunTurnOffFlow() = 0;
|
|
|