| Index: chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json
|
| index 1de6f1845b4190f2c82cf57e8952f94b5dfe905d..cc704915c652102644e604036e80fece43c489d0 100644
|
| --- a/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json
|
| @@ -8,9 +8,5 @@
|
| "scripts": ["runtest.js"]
|
| }
|
| },
|
| - "permissions": [
|
| - {"bluetooth": [
|
| - {"uuid": "1234"}
|
| - ]}
|
| - ]
|
| + "bluetooth": { "profiles": ["1234"] }
|
| }
|
|
|