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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html

Issue 1466433002: Add Settings bluetooth page test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chrome OS only Take 2 Created 5 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index 0a5a725095a78566900f7ac0ae67d24c33837e59..54278c0baeabcfd69041cc4aea3aa591f3344df4 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -21,13 +21,14 @@
<div class="layout horizontal center">
<iron-icon icon="device:bluetooth"></iron-icon>
<span class="flex" i18n-content="bluetoothEnable"></span>
- <paper-toggle-button checked="{{bluetoothEnabled}}"
+ <paper-toggle-button id="enableBluetooth"
+ checked="{{bluetoothEnabled}}"
on-change="onBluetoothEnabledChange_">
</paper-toggle-button>
</div>
<cr-collapse opened="[[bluetoothEnabled]]">
<div id="deviceList" class="layout vertical flex">
- <span hidden$="[[haveDevices_(deviceList)]]"
+ <span hidden$="[[haveDevices_(deviceList.splices)]]"
i18n-content="bluetoothNoDevices">
</span>
<iron-selector selected="{{selectedDevice}}">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698