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

Unified Diff: chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Created 4 years, 2 months 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/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 c4afd5638d339d920b6617c2766b1ee23f539a1f..4a3ffaf4c81fd43f3c3a2aa47a72d31126ac495e 100644
--- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
+++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
@@ -27,6 +27,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();

Powered by Google App Engine
This is Rietveld 408576698