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

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

Issue 2627243002: bluetooth: Add control for reading/writing of characteristics to internals page. (Closed)
Patch Set: Add expectThrows, check thrown exceptions 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..2963fb30f8eafb75f86d33e85e41faf887ff4af4 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="device_broker.js"></script>
<script src="object_fieldset.js"></script>
+ <script src="value_control.js"></script>
<script src="expandable_list.js"></script>
<script src="characteristic_list.js"></script>
<script src="service_list.js"></script>

Powered by Google App Engine
This is Rietveld 408576698