| 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 d43de4e7a92b7bae8a4354b0cd261412b43a5639..17807cef3126b56c2a6267397c998a46d53861e4 100644
|
| --- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| @@ -32,6 +32,8 @@ BluetoothInternalsUI::BluetoothInternalsUI(content::WebUI* web_ui)
|
| html_source->AddResourcePath(
|
| "device/bluetooth/public/interfaces/device.mojom",
|
| IDR_BLUETOOTH_DEVICE_MOJO_JS);
|
| + html_source->AddResourcePath("device/bluetooth/public/interfaces/uuid.mojom",
|
| + IDR_BLUETOOTH_UUID_MOJO_JS);
|
| html_source->SetDefaultResource(IDR_BLUETOOTH_INTERNALS_HTML);
|
| html_source->DisableI18nAndUseGzipForAllPaths();
|
|
|
|
|