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

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

Issue 2538653002: bluetooth: Add sidebar and page manager for chrome://bluetooth-internals. (Closed)
Patch Set: Change rgb gray values to hex, change text-align values to start or end Created 4 years 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 f59c0b477d74027fab5f887ca467df9b12b912e3..f11a7ede2c634b07976e6c2edfbf2a097a4f08aa 100644
--- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
+++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
@@ -26,8 +26,12 @@ BluetoothInternalsUI::BluetoothInternalsUI(content::WebUI* web_ui)
IDR_BLUETOOTH_INTERNALS_DEVICE_COLLECTION_JS);
html_source->AddResourcePath("device_table.js",
IDR_BLUETOOTH_INTERNALS_DEVICE_TABLE_JS);
+ html_source->AddResourcePath("devices_page.js",
+ IDR_BLUETOOTH_INTERNALS_DEVICES_PAGE_JS);
html_source->AddResourcePath("interfaces.js",
IDR_BLUETOOTH_INTERNALS_INTERFACES_JS);
+ html_source->AddResourcePath("sidebar.js",
+ IDR_BLUETOOTH_INTERNALS_SIDEBAR_JS);
html_source->AddResourcePath(
"device/bluetooth/public/interfaces/adapter.mojom",
« no previous file with comments | « chrome/browser/resources/bluetooth_internals/sidebar.js ('k') | ui/webui/resources/html/cr/ui/page_manager/page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698