| 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 e93f89b5d2cecc60ab5d0b3da201fd861f56c72c..ab4f50ad277b6b8a63486f0499a40b25ed43d0a2 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -88,8 +88,8 @@ class EasyUnlockService : public KeyedService {
|
| // the app if it is installed but disabled.
|
| void LoadApp();
|
|
|
| - // Disables the Easy unlock component app.
|
| - void DisableApp();
|
| + // Disables the Easy unlock component app if it's loaded.
|
| + void DisableAppIfLoaded();
|
|
|
| // Checks whether Easy unlock should be running and updates app state.
|
| void UpdateAppState();
|
|
|