| Index: chrome/test/data/extensions/uitest/plugins/manifest.json
|
| diff --git a/chrome/test/data/extensions/uitest/plugins/manifest.json b/chrome/test/data/extensions/uitest/plugins/manifest.json
|
| deleted file mode 100644
|
| index 7fadd044e32c8eb9fc36282d195043fd1e24f35f..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/uitest/plugins/manifest.json
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -{
|
| - "version": "1.0.0.0",
|
| - "manifest_version": 2,
|
| - "name": "NPAPI plugin test",
|
| - "description": "An extension for an extension UITest.",
|
| - "plugins": [
|
| - {"path": "plugin.dll", "public": true},
|
| - {"path": "plugin.plugin", "public": true},
|
| - {"path": "plugin32.so", "public": true},
|
| - {"path": "plugin64.so", "public": true}
|
| - ],
|
| - "requirements": {
|
| - "plugins": {
|
| - "npapi": false
|
| - }
|
| - }
|
| -}
|
|
|