| 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 9ef6db5f66c214957708f2fde5393705bc0d7364..4371be7dc8e0d6e493af4e20f6d137484d34a57a 100644
|
| --- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| @@ -48,6 +48,8 @@ BluetoothInternalsUI::BluetoothInternalsUI(content::WebUI* web_ui)
|
| IDR_BLUETOOTH_INTERNALS_SIDEBAR_JS);
|
| html_source->AddResourcePath("snackbar.js",
|
| IDR_BLUETOOTH_INTERNALS_SNACKBAR_JS);
|
| + html_source->AddResourcePath("value_control.js",
|
| + IDR_BLUETOOTH_INTERNALS_VALUE_CONTROL_JS);
|
|
|
| html_source->AddResourcePath(
|
| "device/bluetooth/public/interfaces/adapter.mojom",
|
|
|