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

Unified Diff: chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html

Issue 2893053002: md-settings: wrap lock screen dialogs in dom-if. (Closed)
Patch Set: Fixed patch set 1 errors. Created 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/fingerprint_list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
diff --git a/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html b/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
index 754ce7e2f21ac20c23d47a7863f0b5e381acd091..4c71b1ae2f0e8211ce31d3f8674921d7eaaf0d64 100644
--- a/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
+++ b/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
@@ -183,7 +183,7 @@
has-content$="[[hasInput_(value)]]"
label="[[getInputPlaceholder_(enablePassword)]]"
on-keydown="onInputKeyDown_"
- hidden="[[!showPinInput_]]">
+ hidden="[[!showPinInput_]]" autofocus>
</paper-input>
</div>
<content select="[problem]"></content>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/fingerprint_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698