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

Side by Side Diff: chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="bluetooth-pairing" class="page" hidden>
2 <h1 i18n-content="bluetoothAddDeviceTitle"></h1>
3 <div id="bluetooth-pairing-message-area">
4 <div id="bluetooth-pairing-message-contents">
5 <div id="bluetooth-pairing-instructions"></div>
6 <div id="bluetooth-pairing-passkey-display" hidden></div>
7 <div id="bluetooth-pairing-passkey-entry" hidden>
8 <input id="bluetooth-passkey" type="text">
9 </div>
10 </div>
11 </div>
12 <div class="action-area button-strip">
13 <button id="bluetooth-pair-device-cancel-button" type="reset"
14 i18n-content="cancel" hidden></button>
15 <button id="bluetooth-pair-device-connect-button" type="reset"
16 i18n-content="bluetoothConnectDevice" hidden></button>
17 <button id="bluetooth-pair-device-reject-button" type="reset"
18 i18n-content="bluetoothRejectPasskey" hidden></button>
19 <button id="bluetooth-pair-device-accept-button" type="reset"
20 i18n-content="bluetoothAcceptPasskey" hidden></button>
21 <button id="bluetooth-pair-device-dismiss-button" type="reset"
22 i18n-content="bluetoothDismissError" hidden></button>
23 </div>
24 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698