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

Side by Side Diff: chrome/browser/resources/options/chromeos/bluetooth_add_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-options" class="page" hidden>
2 <h1 i18n-content="bluetoothAddDeviceTitle"></h1>
3 <div class="settings-list bluetooth-device-list">
4 <list id="bluetooth-unpaired-devices-list"></list>
5 <div id="bluetooth-unpaired-devices-list-empty-placeholder"
6 class="bluetooth-empty-list-label" hidden>
7 <span i18n-content="bluetoothNoDevicesFound"></span>
8 </div>
9 </div>
10 <div id="bluetooth-scanning">
11 <div id="bluetooth-scanning-icon"
12 class="inline-spinner"></div>
13 <span id="bluetooth-scanning-label"
14 i18n-content="bluetoothScanning"></span>
15 </div>
16 <div class="action-area button-strip">
17 <button id="bluetooth-add-device-cancel-button" type="reset"
18 i18n-content="cancel"></button>
19 <button id="bluetooth-add-device-apply-button" type="submit"
20 i18n-content="bluetoothConnectDevice" disabled></button>
21 </div>
22 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698