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

Unified Diff: chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html

Issue 9701012: Fix pincode versus passkey issues for Bluetooth pairing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra blank line. Created 8 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698