| 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
|
| index f16f520d13fdc1fc3bbd978d9285554a6c82e939..7fadd044e32c8eb9fc36282d195043fd1e24f35f 100644
|
| --- a/chrome/test/data/extensions/uitest/plugins/manifest.json
|
| +++ b/chrome/test/data/extensions/uitest/plugins/manifest.json
|
| @@ -8,5 +8,10 @@
|
| {"path": "plugin.plugin", "public": true},
|
| {"path": "plugin32.so", "public": true},
|
| {"path": "plugin64.so", "public": true}
|
| - ]
|
| + ],
|
| + "requirements": {
|
| + "plugins": {
|
| + "npapi": false
|
| + }
|
| + }
|
| }
|
|
|