| 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 6b94929ebcf94c2df45729890acc764cc0b59fd5..4d81f7e41a7fdb4e9aeca05665de826bee266e90 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -173,7 +173,10 @@ class EasyUnlockService : public KeyedService {
|
| void LoadApp();
|
|
|
| // Disables the Easy unlock component app if it's loaded.
|
| - void DisableAppIfLoaded();
|
| + // |reset_screenlock_state|: Whether the screenlock state should be reset
|
| + // before disabling the app. If set, the caller should take care of
|
| + // properly updating the screenlock state.
|
| + void DisableAppIfLoaded(bool reset_screenlock_state);
|
|
|
| // Unloads the Easy unlock component app if it's loaded.
|
| void UnloadApp();
|
|
|