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 406550e2b53e4b9885335de92804500dd9d3d346..c9c3d166709c8b70e16f12233bbbf8c58755b337 100644 |
--- a/chrome/browser/signin/easy_unlock_service.h |
+++ b/chrome/browser/signin/easy_unlock_service.h |
@@ -193,6 +193,10 @@ class EasyUnlockService : public KeyedService { |
// trial run initiated by Easy Unlock app. |
void SetTrialRun(); |
+ // Records that the user clicked on the lock icon during the trial run |
+ // initiated by the Easy Unlock app. |
+ void RecordClickOnLockIcon(); |
+ |
void AddObserver(EasyUnlockServiceObserver* observer); |
void RemoveObserver(EasyUnlockServiceObserver* observer); |