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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json

Issue 325893002: Bluetooth: add socket & low_energy manifest check (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add permission denied tests Created 6 years, 6 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/api_test/bluetooth_socket/connect/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json
index 2463bda7d1d5a734aa1d2c80a968ac8b357d50d8..4ba8f573943044f079f7c8ce968640d11d15d623 100644
--- a/chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json
@@ -11,6 +11,7 @@
"bluetooth": {
"uuids": [
"8e3ad063-db38-4289-aa8f-b30e4223cf40"
- ]
+ ],
+ "socket": true
}
}

Powered by Google App Engine
This is Rietveld 408576698