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

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

Issue 2146553005: MD Settings: Bluetooth: Add error dialog and messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_602538_bluetooth_fixes_0
Patch Set: . 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_device_list_item.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
index d2d9c489676cfaf23839cf5184154a95c7b417e3..86e8ee1754f24852d4c3fad786b29d688aa9a398 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
@@ -24,7 +24,7 @@
<template>
<div class="flex layout horizontal center" dropdown$="[[dropdownOpened]]"
on-tap="itemTapped_" actionable>
Dan Beam 2016/07/13 01:35:11 isn't the entire area already actionable?
stevenjb 2016/07/13 17:26:43 Yes. I'm not sure why I added this, but confirmed
- <span class="name" connected$="[[device.connected]]">
+ <span class="name" connected$="[[device.connected]]" actionable>
[[getDeviceName_(device)]]
</span>
<iron-icon icon="cr:check" hidden$="[[!device.connected]]">

Powered by Google App Engine
This is Rietveld 408576698