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..6036ccdb6c0dee16fbb54fac74e309161d92ec1e 100644 |
--- a/chrome/browser/resources/options/chromeos/system_options.html |
+++ b/chrome/browser/resources/options/chromeos/system_options.html |
@@ -58,11 +58,18 @@ |
<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"></span> |
+ <div id="bluetooth-scanning-icon" |
+ class="throbber transparent"></div> |
</div> |
</div> |
</section> |