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

Unified Diff: chrome/browser/resources/bluetooth_internals/bluetooth_internals.html

Issue 2622393002: bluetooth: Add characteristic list to DeviceDetailsPage in internals page. (Closed)
Patch Set: Inline setting of characteristic fieldset object Created 3 years, 11 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/resources/bluetooth_internals/bluetooth_internals.html
diff --git a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
index 05f076b19fe2f738d74d12a222acb9b89797e78b..34a1f791cb4ff3b446016f89be48a3ada59c0bef 100644
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
@@ -29,6 +29,7 @@
<script src="adapter_broker.js"></script>
<script src="object_fieldset.js"></script>
<script src="expandable_list.js"></script>
+ <script src="characteristic_list.js"></script>
<script src="service_list.js"></script>
<script src="adapter_page.js"></script>
<script src="device_collection.js"></script>

Powered by Google App Engine
This is Rietveld 408576698