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

Unified Diff: chrome/browser/resources/settings/people_page/password_prompt_dialog.js

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Closure compiles. Created 4 years, 3 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/resources/settings/people_page/password_prompt_dialog.js
diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.js b/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
index 415b33887fbb9bef90d2012f28a26431ff0b6fce..6d29313f9113e4b3f41fd591d2e29a72529d8f94 100644
--- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
+++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
@@ -157,6 +157,7 @@ Polymer({
clearSetModes.bind(this), PASSWORD_ACTIVE_DURATION_MS);
// Closing the dialog will clear this.password_.
this.$.dialog.close();
+ recordLockScreenProgress(LockScreenProgress.ENTER_PASSWORD_CORRECTLY);
}
}

Powered by Google App Engine
This is Rietveld 408576698