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

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

Issue 2148573003: MD Settings: Bluetooth: Additional polish (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spelling Created 4 years, 5 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/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 4b6ec6f04b329d33fc16b95c944e4bc02536bfe5..2cb6a6968f5435bdbd1e7510c400df964687bab4 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -52,6 +52,7 @@
</cr-expand-button>
<paper-toggle-button id="enableBluetooth"
checked="{{bluetoothEnabled}}"
+ disabled="[[!adapterState.available]]"
on-change="onBluetoothEnabledChange_">
</paper-toggle-button>
</div>
@@ -82,7 +83,7 @@
<bluetooth-device-dialog id="deviceDialog"
adapter-state="[[adapterState]]"
device-list="[[deviceList]]"
- dialog-type="[[dialog]]"
+ dialog-id="[[dialogId]]"
on-close-dialog="onCloseDialog_"
on-device-event="onDeviceEvent_"
on-iron-overlay-closed="onDialogClosed_"

Powered by Google App Engine
This is Rietveld 408576698