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 8f3623559ccb2aad2e5a0526cc1fae3739791c4a..b54d6c5cfeccba8fc09505c58a34fdf4861d9a24 100644 |
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html |
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html |
@@ -16,7 +16,8 @@ |
<template> |
<style include="settings-shared"> |
</style> |
- <settings-animated-pages id="pages" section="bluetooth"> |
+ <settings-animated-pages id="pages" section="bluetooth" |
+ focus-config="[[focusConfig_]]"> |
<neon-animatable route-path="default"> |
<div id="bluetoothDevices" |
class="settings-box two-line" actionable on-tap="onTap_"> |
@@ -32,7 +33,7 @@ |
pref="[[prefs.cros.device.allow_bluetooth]]" |
hidden="[[prefs.cros.device.allow_bluetooth.value]]"> |
</cr-policy-pref-indicator> |
- <template is="dom-if" if="[[bluetoothEnabled_]]"> |
+ <template is="dom-if" if="[[bluetoothToggleState_]]"> |
dpapad
2017/04/25 21:25:19
Was this pointing to a non-existent Polymer proper
stevenjb
2017/04/25 23:32:53
Correct. A renamed property to be specific.
|
<button class="subpage-arrow" is="paper-icon-button-light" |
on-tap="onSubpageArrowTap_" |
aria-label="$i18n{bluetoothPageTitle}" |