| Index: chrome/test/data/chromeos/liblouis_nacl/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json b/chrome/test/data/chromeos/liblouis_nacl/manifest.json
|
| similarity index 77%
|
| copy from chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json
|
| copy to chrome/test/data/chromeos/liblouis_nacl/manifest.json
|
| index fb4aae05596f3814cd10dea31e5ab0a409b6c80d..bf1b92ad936681970656a9c1ae0958d00d753085 100644
|
| --- a/chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json
|
| +++ b/chrome/test/data/chromeos/liblouis_nacl/manifest.json
|
| @@ -1,11 +1,10 @@
|
| {
|
| "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ8Hl8K6R+n/hrPsN1ienxRU3GbL00wFHLJNML45MHwT+3PstgWf4EgC3wbyyTXFtbvJC+Hn14Hyltfhsa+cSraldNHeL+rl+FL04kE4uYHq8YhOYEtzUfg380+o7XV9oESKu9oLTeG9QuQCjmlp3MUqC9wm7ICjxR9flODClOkQIDAQAB",
|
| - "name": "chrome.brailleDisplayPrivate.writeDots",
|
| + "name": "liblouis_nacl tests",
|
| "version": "0.1",
|
| "manifest_version": 2,
|
| "description": "test",
|
| "background": {
|
| "scripts": [ "test.js" ]
|
| - },
|
| - "permissions": ["brailleDisplayPrivate"]
|
| + }
|
| }
|
|
|