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

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

Issue 2590393002: Revert of Mojo JS bindings: switch most usage of "connection"/"router" module to "bindings". (Closed)
Patch Set: 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/interfaces.js
diff --git a/chrome/browser/resources/bluetooth_internals/interfaces.js b/chrome/browser/resources/bluetooth_internals/interfaces.js
index 20eb2b8b31db189f480f6aa7a34833fbb003a8b4..0bbe9cb30332e299556b5e3ee59486b3fd8713f6 100644
--- a/chrome/browser/resources/bluetooth_internals/interfaces.js
+++ b/chrome/browser/resources/bluetooth_internals/interfaces.js
@@ -26,11 +26,13 @@
'device/bluetooth/public/interfaces/adapter.mojom',
'device/bluetooth/public/interfaces/device.mojom',
'mojo/public/js/bindings',
+ 'mojo/public/js/connection',
]).then(function([frameInterfaces, bluetoothAdapter, bluetoothDevice,
- bindings]) {
+ bindings, connection]) {
interfaces.BluetoothAdapter = bluetoothAdapter;
interfaces.BluetoothDevice = bluetoothDevice;
interfaces.Bindings = bindings;
+ interfaces.Connection = connection;
interfaces.FrameInterfaces = frameInterfaces;
});
});

Powered by Google App Engine
This is Rietveld 408576698