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

Unified Diff: chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json

Issue 336313009: Showing devices transport method in one device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modifying HID string and removing parantheses from strings. Created 6 years, 5 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/test/data/extensions/permissions/access_to_devices_bluetooth.json
diff --git a/chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json b/chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json
new file mode 100644
index 0000000000000000000000000000000000000000..5745ddf631346e5600de6465c079e67b11e97996
--- /dev/null
+++ b/chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json
@@ -0,0 +1,13 @@
+{
+ "name": "Serial permissions",
+ "version": "1.0",
+ "manifest_version": 2,
+ "app": {
+ "background": {
+ "scripts": ["no-such-file.js"]
+ }
+ },
+ "bluetooth": {
+ "uuids": [ "1105" ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698