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

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

Issue 935303002: [Smart Lock] Measure clicks on the lock icon during Easy Unlock's trial run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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_metrics.h
diff --git a/chrome/browser/signin/easy_unlock_metrics.h b/chrome/browser/signin/easy_unlock_metrics.h
index 019a7ffe908ce607975d8fc097942edacfbca906..44c2647350bac4a1c9b580dfcc56b72a23e48e8d 100644
--- a/chrome/browser/signin/easy_unlock_metrics.h
+++ b/chrome/browser/signin/easy_unlock_metrics.h
@@ -61,7 +61,16 @@ enum EasyUnlockAuthEvent {
EASY_UNLOCK_AUTH_EVENT_COUNT // Must be the last entry.
};
+enum EasyUnlockTrialRunEvent {
+ // A trial run was initiated from the Easy Unlock setup app.
+ EASY_UNLOCK_TRIAL_RUN_EVENT_LAUNCHED = 0,
+ // The user clicked on the lock icon during the trial run.
+ EASY_UNLOCK_TRIAL_RUN_EVENT_CLICKED_LOCK_ICON = 1,
+ EASY_UNLOCK_TRIAL_RUN_EVENT_COUNT // Must be the last entry.
+};
+
void RecordEasyUnlockSigninEvent(EasyUnlockAuthEvent event);
void RecordEasyUnlockScreenUnlockEvent(EasyUnlockAuthEvent event);
+void RecordEasyUnlockTrialRunEvent(EasyUnlockTrialRunEvent event);
#endif // CHROME_BROWSER_SIGNIN_EASY_UNLOCK_METRICS_H_
« no previous file with comments | « chrome/browser/chromeos/login/ui/models/user_board_model.h ('k') | chrome/browser/signin/easy_unlock_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698