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

Unified Diff: chrome/browser/resources/options/browser_options.js

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Fixed patch set 3 errors. 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index 66a170d44a0ad77c04cf364d5a96dc87d78f9c2f..b0cfc5ab7e3e79bd2da8fc7663f3e45a9389d5e2 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -438,6 +438,7 @@ cr.define('options', function() {
if (loadTimeData.getBoolean('showQuickUnlockSettings')) {
$('manage-screenlock').onclick = function(event) {
PageManager.showPageByName('quickUnlockConfigureOverlay');
+ recordLockScreenProgress(LockScreenProgress.START_SCREEN_LOCK);
Dan Beam 2016/09/16 21:43:15 where is this method included from? i don't see a
sammiequon 2016/09/17 00:08:15 I'm not quite sure where to add this file, is opti
Dan Beam 2016/09/17 00:36:03 how about a <script> or <link rel=import> in brows
sammiequon 2016/09/21 18:22:43 Done.
};
$('manage-screenlock').hidden = false;
}
« no previous file with comments | « no previous file | chrome/browser/resources/options/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698