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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html

Issue 1249163002: Fixed Bluetooth keyboard pairing pincode visibility issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2454
Patch Set: Created 5 years, 5 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/chromeos/login/oobe_screen_hid_detection.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html
index 49a670ed6a2504a962c0cf7fc7621b18e95451c0..11cbd6ff502b71e745297bf901ef3cd64286e8f0 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html
@@ -41,7 +41,7 @@
</span>
<span id="hid-keyboard-label-pairing" class="label"></span>
</div>
- <div id="hid-keyboard-pincode">
+ <div id="hid-keyboard-pincode" hidden>
<div id="hid-keyboard-pincode-sym-1" class="bluetooth-keyboard-button">
</div>
<div id="hid-keyboard-pincode-sym-2" class="bluetooth-keyboard-button">

Powered by Google App Engine
This is Rietveld 408576698