Chromium Code Reviews| 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> |