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

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

Issue 1933913002: Add a very basic PIN UI implementation that is shared between lock and settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix tests by removing a previously unused import that started getting used b/c of resource loader c… Created 4 years, 7 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/pin_keyboard.js
diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js b/chrome/browser/resources/settings/people_page/pin_keyboard.js
similarity index 73%
copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js
copy to chrome/browser/resources/settings/people_page/pin_keyboard.js
index 995450291446587641fa905e9416fe3c0899b3b4..2d63b6558799326c6be72b14460d30cab50f7042 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js
+++ b/chrome/browser/resources/settings/people_page/pin_keyboard.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-window.didRunAtDocumentIdleUnexpected = true;
+<include src="../../chromeos/quick_unlock/pin_keyboard.js">

Powered by Google App Engine
This is Rietveld 408576698