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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Added tests. Created 4 years, 1 month 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 ffe41d4eb29ffe17dc10e9cf2260ffeb87778e85..a60574f1d7b0ed6d31d40018005a46941a8e5020 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'
]),
};

Powered by Google App Engine
This is Rietveld 408576698