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

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

Issue 2715403005: MD Settings Fix associated-control for bluetooth, people, device subpage (Closed)
Patch Set: Created 3 years, 10 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 03ef9f418017478ff826430ca8bc6e809c032387..035e18e114c7b5f26c0e7bacc3fe8e4baa640c22 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -18,7 +18,8 @@
</style>
<settings-animated-pages id="pages" section="bluetooth">
<neon-animatable route-path="default">
- <div class="settings-box two-line" actionable on-tap="onTap_">
+ <div id="bluetoothDevices"
+ class="settings-box two-line" actionable on-tap="onTap_">
<iron-icon icon="[[getIcon_(bluetoothEnabled_)]]"></iron-icon>
<div class="middle">
$i18n{bluetoothPageTitle}

Powered by Google App Engine
This is Rietveld 408576698