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

Unified Diff: chrome/browser/resources/bluetooth_internals/device_table.js

Issue 2538653002: bluetooth: Add sidebar and page manager for chrome://bluetooth-internals. (Closed)
Patch Set: Fix const Created 4 years, 1 month 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/bluetooth_internals/device_table.js
diff --git a/chrome/browser/resources/bluetooth_internals/device_table.js b/chrome/browser/resources/bluetooth_internals/device_table.js
index 3e2ebb38fb00bd9ac1da112532baaf6822bfbf50..8918f5fc4a79046a4ea8254812095eeaea8156c9 100644
--- a/chrome/browser/resources/bluetooth_internals/device_table.js
+++ b/chrome/browser/resources/bluetooth_internals/device_table.js
@@ -77,6 +77,7 @@ cr.define('device_table', function() {
*/
handleInspectBtn_: function(index) {
var event = new CustomEvent('inspectpressed', {
+ bubbles: true,
detail: {
address: this.devices_.item(index).address,
}

Powered by Google App Engine
This is Rietveld 408576698