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

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

Issue 2571903003: Mojo JS bindings: switch most usage of "connection"/"router" module to "bindings". (Closed)
Patch Set: remove the changes to web_ui_mojo.js which seemed to cause flakiness. Created 4 years 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/bluetooth_internals.js
diff --git a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js
index a87c5377a9d39e0cc86469c882cef6e5080d0e91..fe2167d80141459dfd65a757856a545aed7d1530 100644
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.js
@@ -41,7 +41,7 @@ cr.define('bluetooth_internals', function() {
},
};
- /** @type {!Map<string, !interfaces.BluetoothDevice.Device.proxyClass>} */
+ /** @type {!Map<string, !interfaces.BluetoothDevice.DevicePtr>} */
var deviceAddressToProxy = new Map();
/** @type {!device_collection.DeviceCollection} */

Powered by Google App Engine
This is Rietveld 408576698