Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: chrome/browser/signin/easy_unlock_service.h

Issue 1799913003: Settings People Revamp: Easy Unlock: Add basic UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixes Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698