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

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

Issue 2640073004: bluetooth: Add descriptor list to DeviceDetailsPage on internals page. (Closed)
Patch Set: Fix merge issue of bluetooth_internals.css 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 4bf94f379bf987c3b22af77ba612d6f37cef25db..f748bfee8b4474a3f97b4458804729c9082952c6 100644
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
@@ -32,6 +32,7 @@
<script src="expandable_list.js"></script>
<script src="characteristic_list.js"></script>
<script src="service_list.js"></script>
+ <script src="descriptor_list.js"></script>
<script src="adapter_page.js"></script>
<script src="device_collection.js"></script>
<script src="device_details_page.js"></script>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/bluetooth_internals/characteristic_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698