| Index: chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html
|
| diff --git a/chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html b/chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html
|
| index 5ce4f5017376bb71105a9eb157b7ce7afa8e98f9..95b9c0339d563bb9adb241df1dc95ed3d8bb39d8 100644
|
| --- a/chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html
|
| +++ b/chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html
|
| @@ -6,7 +6,10 @@
|
| <div id="bluetooth-pairing-instructions"></div>
|
| <div id="bluetooth-pairing-passkey-display" hidden></div>
|
| <div id="bluetooth-pairing-passkey-entry" hidden>
|
| - <input id="bluetooth-passkey" type="text">
|
| + <input id="bluetooth-passkey" maxlength="6" type="text">
|
| + </div>
|
| + <div id="bluetooth-pairing-pincode-entry" hidden>
|
| + <input id="bluetooth-pincode" maxlength="16" type="text">
|
| </div>
|
| </div>
|
| </div>
|
|
|