Chromium Code Reviews| 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> |
|
Dan Beam
2017/01/24 06:07:29
is there a particular order to these scripts?
mbrunson
2017/01/24 21:29:45
There's no particular order to most of these scrip
|
| <script src="adapter_page.js"></script> |
| <script src="device_collection.js"></script> |
| <script src="device_details_page.js"></script> |