| Index: chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| index b2cea0ef82edfb5cd4131723469604ab247b26b8..c4afd5638d339d920b6617c2766b1ee23f539a1f 100644
|
| --- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| @@ -20,6 +20,7 @@ BluetoothInternalsUI::BluetoothInternalsUI(content::WebUI* web_ui)
|
| IDR_BLUETOOTH_INTERNALS_CSS);
|
| html_source->AddResourcePath("bluetooth_internals.js",
|
| IDR_BLUETOOTH_INTERNALS_JS);
|
| + html_source->AddResourcePath("device.js", IDR_BLUETOOTH_INTERNALS_DEVICE_JS);
|
| html_source->AddResourcePath(
|
| "device/bluetooth/public/interfaces/adapter.mojom",
|
| IDR_BLUETOOTH_ADAPTER_MOJO_JS);
|
|
|