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

Unified Diff: chrome/common/extensions/api/manifest_types.json

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, gn Created 6 years, 4 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
« no previous file with comments | « chrome/common/extensions/api/bluetooth_socket.idl ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/manifest_types.json
diff --git a/chrome/common/extensions/api/manifest_types.json b/chrome/common/extensions/api/manifest_types.json
index cd1aafc6d229b22a19a08432ccb9381d5f641ec7..ca479fbbfd9b074f4fb5c66a4ceaa8c568b0f4ab 100644
--- a/chrome/common/extensions/api/manifest_types.json
+++ b/chrome/common/extensions/api/manifest_types.json
@@ -142,32 +142,6 @@
}
},
{
- "id": "bluetooth",
- "type": "object",
- "description": "The <code>bluetooth</code> manifest property give permission to an app to use the $(ref:bluetooth) API. A list of UUIDs can be optionally specified to enable communication with devices.",
- "properties": {
- "uuids": {
- "description": "The <code>uuids</code> manifest property declares the list of protocols, profiles and services that an app can communicate using.",
- "optional": true,
- "type": "array",
- "items": {
- "description": "<p>The list specified as UUID strings.</p>",
- "type": "string"
- }
- },
- "socket": {
- "type": "boolean",
- "description": "If <code>true</code>, gives permission to an app to use the $(ref:bluetoothSocket) API",
- "optional": true
- },
- "low_energy": {
- "type": "boolean",
- "description": "If <code>true</code>, gives permission to an app to use the $(ref:bluetoothLowEnergy) API",
- "optional": true
- }
- }
- },
- {
"id": "automation",
"description": "This API provides programmatic access to the user interface elements of Chrome. This includes everything in the web view, and optionally Chrome's full user interface.",
"choices": [
« no previous file with comments | « chrome/common/extensions/api/bluetooth_socket.idl ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698