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

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: Add opacity transition animation for the Bluetooth scanning indicator. 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..c2e83bc0272cfefcd0b399771a3ff771f9cbffb8 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-container">
+ <button id="bluetooth-find-devices"
+ i18n-content="findBluetoothDevices"></button>
+ <span id="bluetooth-scanning-label" class="transparent"
+ i18n-content="bluetoothScanning" hidden></span>
+ <div id="bluetooth-scanning-icon" class="transparent" hidden></div>
</div>
</div>
</section>

Powered by Google App Engine
This is Rietveld 408576698