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

Unified Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Closure compiler fix. Created 4 years 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/test/data/webui/settings/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index f2ebd53bdc7f8e5b834002160241a942acceee2b..97fa514525e5cf55d1cba84cb5f22a49ecd78bca 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -197,6 +197,7 @@ CrSettingsPeoplePageQuickUnlockAuthenticateTest.prototype = {
extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([
'../fake_chrome_event.js',
'fake_quick_unlock_private.js',
+ 'fake_quick_unlock_uma.js',
'quick_unlock_authenticate_browsertest_chromeos.js'
]),
};
@@ -227,6 +228,7 @@ CrSettingsPeoplePageLockScreenTest.prototype = {
'../fake_chrome_event.js',
'fake_quick_unlock_private.js',
'fake_settings_private.js',
+ 'fake_quick_unlock_uma.js',
'quick_unlock_authenticate_browsertest_chromeos.js'
]),
};
@@ -257,6 +259,7 @@ CrSettingsPeoplePageSetupPinDialogTest.prototype = {
'../fake_chrome_event.js',
'fake_quick_unlock_private.js',
'fake_settings_private.js',
+ 'fake_quick_unlock_uma.js',
'quick_unlock_authenticate_browsertest_chromeos.js'
]),
};
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.cc ('k') | chrome/test/data/webui/settings/fake_quick_unlock_uma.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698