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 5009b4f5313a3a5ac4a65fb770a1005869fabff2..e59977d2bfb19f7ef7ab78b0f3bec3968ea4f31f 100644 |
--- a/chrome/browser/signin/easy_unlock_service.h |
+++ b/chrome/browser/signin/easy_unlock_service.h |
@@ -157,8 +157,9 @@ class EasyUnlockService : public KeyedService { |
// permitted if the flag is enabled. Virtual to allow override for testing. |
virtual bool IsAllowed() const; |
- // Whether Easy Unlock is currently enabled for this user. |
- bool IsEnabled() const; |
+ // Whether Easy Unlock is currently enabled for this user. Virtual to allow |
+ // override for testing. |
+ virtual bool IsEnabled() const; |
// Sets the hardlock state for the associated user. |
void SetHardlockState(EasyUnlockScreenlockStateHandler::HardlockState state); |