| 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 95585d763dc52f361e039df665e36acd125c973d..2e3c7b4669098a21884a222aab5aec5314d3d78c 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -232,6 +232,9 @@ class EasyUnlockService : public KeyedService {
|
| const chromeos::EasyUnlockDeviceKeyDataList& key_data_list);
|
| #endif
|
|
|
| + // Updates the service to state for handling system suspend.
|
| + void PrepareForSuspend();
|
| +
|
| Profile* profile_;
|
|
|
| // Created lazily in |GetScreenlockStateHandler|.
|
|
|