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

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

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
1 <div id="bluetooth-options" class="page" hidden> 1 <dialog id="bluetooth-options" class="page">
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="bluetoothAddDeviceTitle"></h1> 3 <h1 i18n-content="bluetoothAddDeviceTitle"></h1>
4 <div class="settings-list bluetooth-device-list content-area"> 4 <div class="settings-list bluetooth-device-list content-area">
5 <list id="bluetooth-unpaired-devices-list"></list> 5 <list id="bluetooth-unpaired-devices-list"></list>
6 <div id="bluetooth-unpaired-devices-list-empty-placeholder" 6 <div id="bluetooth-unpaired-devices-list-empty-placeholder"
7 class="bluetooth-empty-list-label" hidden> 7 class="bluetooth-empty-list-label" hidden>
8 <span i18n-content="bluetoothNoDevicesFound"></span> 8 <span i18n-content="bluetoothNoDevicesFound"></span>
9 </div> 9 </div>
10 </div> 10 </div>
11 <div class="action-area button-strip"> 11 <div class="action-area button-strip">
12 <button id="bluetooth-add-device-cancel-button" type="reset" 12 <button id="bluetooth-add-device-cancel-button" type="reset"
13 i18n-content="cancel"> 13 i18n-content="cancel">
14 </button> 14 </button>
15 <button id="bluetooth-add-device-apply-button" type="submit" 15 <button id="bluetooth-add-device-apply-button" type="submit"
16 class="default-button" i18n-content="bluetoothConnectDevice" disabled> 16 class="default-button" i18n-content="bluetoothConnectDevice" disabled>
17 </button> 17 </button>
18 <span id="bluetooth-scanning-label" 18 <span id="bluetooth-scanning-label"
19 i18n-content="bluetoothScanning"> 19 i18n-content="bluetoothScanning">
20 </span> 20 </span>
21 <div id="bluetooth-scanning-icon" class="inline-spinner"></div> 21 <div id="bluetooth-scanning-icon" class="inline-spinner"></div>
22 </div> 22 </div>
23 </div> 23 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698