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

Side by Side Diff: chrome/browser/resources/chromeos/login/custom_elements_lock.html

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 unified diff | Download patch
OLDNEW
1 <script src="chrome://oobe/custom_elements.js"></script> 1 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel="import" href="chrome://oobe/custom_elements/pin_keyboard.html">
3
4 <script src="chrome://oobe/custom_elements.js"></script>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/compiled_resources.gyp ('k') | chrome/browser/resources/chromeos/login/lock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698