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

Unified Diff: chrome/browser/resources/bluetooth_internals/interfaces.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/interfaces.js
diff --git a/chrome/browser/resources/bluetooth_internals/interfaces.js b/chrome/browser/resources/bluetooth_internals/interfaces.js
index 0bbe9cb30332e299556b5e3ee59486b3fd8713f6..20eb2b8b31db189f480f6aa7a34833fbb003a8b4 100644
--- a/chrome/browser/resources/bluetooth_internals/interfaces.js
+++ b/chrome/browser/resources/bluetooth_internals/interfaces.js
@@ -26,13 +26,11 @@ cr.define('interfaces', function() {
'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, connection]) {
+ bindings]) {
interfaces.BluetoothAdapter = bluetoothAdapter;
interfaces.BluetoothDevice = bluetoothDevice;
interfaces.Bindings = bindings;
- interfaces.Connection = connection;
interfaces.FrameInterfaces = frameInterfaces;
});
});

Powered by Google App Engine
This is Rietveld 408576698