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

Unified Diff: chrome/browser/signin/screenlock_bridge.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
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | chrome/browser/signin/screenlock_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/screenlock_bridge.h
diff --git a/chrome/browser/signin/screenlock_bridge.h b/chrome/browser/signin/screenlock_bridge.h
index 4fc8f7deeaea0a448761f2a6d0e313bbbdc83e6a..50d2435ccb90e66481edbff6da1254d94e118774 100644
--- a/chrome/browser/signin/screenlock_bridge.h
+++ b/chrome/browser/signin/screenlock_bridge.h
@@ -67,6 +67,10 @@ class ScreenlockBridge {
// go to state where password is required for unlock.
void SetHardlockOnClick();
+ // If the current lock screen is a trial run to introduce users to Easy
+ // Unlock, the icon will record metrics upon click.
+ void SetTrialRun();
+
private:
UserPodCustomIcon icon_;
@@ -77,6 +81,8 @@ class ScreenlockBridge {
bool hardlock_on_click_;
+ bool is_trial_run_;
+
DISALLOW_COPY_AND_ASSIGN(UserPodCustomIconOptions);
};
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | chrome/browser/signin/screenlock_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698