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 388cc38dcae75a9c0e23caf6df884dfe8a97b6ba..e8a4f532da08dc72ce183d14171acde0925906fe 100644 |
--- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc |
+++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc |
@@ -20,9 +20,6 @@ |
IDR_BLUETOOTH_INTERNALS_CSS); |
html_source->AddResourcePath("bluetooth_internals.js", |
IDR_BLUETOOTH_INTERNALS_JS); |
- html_source->AddResourcePath( |
- "device/bluetooth/public/interfaces/adapter.mojom", |
- IDR_BLUETOOTH_MOJO_JS); |
html_source->SetDefaultResource(IDR_BLUETOOTH_INTERNALS_HTML); |
Profile* profile = Profile::FromWebUI(web_ui); |