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

Unified Diff: chrome/browser/resources/options/chromeos/system_options.html

Issue 8137003: Add display of available bluetooth devices, and mechanism for retrieving the list. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: BlueTooth -> Bluetooth. Created 9 years, 2 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/options/chromeos/system_options.html
diff --git a/chrome/browser/resources/options/chromeos/system_options.html b/chrome/browser/resources/options/chromeos/system_options.html
index a8c2b38d6d163b29159c458473eae7005d32059f..4d52e73bb704b59b350ba33e07e8601fd4f31836 100644
--- a/chrome/browser/resources/options/chromeos/system_options.html
+++ b/chrome/browser/resources/options/chromeos/system_options.html
@@ -58,11 +58,17 @@
<span i18n-content="enableBluetooth"></span>
</label>
</div>
- <div class="bluetooth-device-list">
+ <div id="bluetooth-device-list">
<!-- A list of connected devices is inserted here on page load. -->
<!-- The list of devices is updated asynchronously on clicking
'Find Devices' -->
- <button i18n-content="findBluetoothDevices"></button>
+ </div>
+ <div id = "bluetooth-finder-div">
James Hawkins 2011/10/04 20:43:39 s/div/container/
kevers 2011/10/05 14:23:01 Done.
+ <button id="bluetooth-find-devices" i18n-content=
James Hawkins 2011/10/04 20:43:39 Hmm, I think we don't wrap mid-attribute.
kevers 2011/10/05 14:23:01 Done.
+ "findBluetoothDevices"></button>
+ <span id="bluetooth-scanning-label" i18n-content="bluetoothScanning"
+ hidden></span>
+ <div id="bluetooth-scanning-icon" hidden></div>
</div>
</div>
</section>

Powered by Google App Engine
This is Rietveld 408576698