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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_low_energy/permission_denied/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_low_energy/permission_denied/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_included_services/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_low_energy/permission_denied/manifest.json
similarity index 60%
copy from chrome/test/data/extensions/api_test/bluetooth_low_energy/get_included_services/manifest.json
copy to chrome/test/data/extensions/api_test/bluetooth_low_energy/permission_denied/manifest.json
index ebb73123ac9317ee5cc451b7e27e8c18614f960d..0ff31080930382c45c617471b5070bb9d0e9a457 100644
--- a/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_included_services/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_low_energy/permission_denied/manifest.json
@@ -1,11 +1,11 @@
{
"manifest_version": 2,
- "name": "Test the Bluetooth Low Energy getIncludedServices API",
+ "name": "Test Bluetooth Low Energy without manifest permission",
"version": "1.0",
"app": {
"background": {
"scripts": ["runtest.js"]
}
},
- "bluetooth": {}
+ "bluetooth": { }
}

Powered by Google App Engine
This is Rietveld 408576698