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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/manifest.json

Issue 145663004: Replace "bluetooth" permission with manifest property. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused function. Created 6 years, 10 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/discovery_in_progress/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/manifest.json
index 67836cb03d4177430b4294ea1287577fe10e9e9c..8ee75df35b183ad145ff12b6bf4c4d288d0cc267 100644
--- a/chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/manifest.json
@@ -8,5 +8,5 @@
"scripts": ["runtest.js"]
}
},
- "permissions": ["bluetooth"]
+ "bluetooth": {}
}

Powered by Google App Engine
This is Rietveld 408576698