| Index: chrome/test/data/extensions/manifest_tests/intent_invalid_action_missing.json
|
| diff --git a/chrome/test/data/extensions/manifest_tests/intent_invalid_action_missing.json b/chrome/test/data/extensions/manifest_tests/intent_invalid_action_missing.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3a7bdf7632ad1762996ea0c49d0fc96a0ca18a3f
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/manifest_tests/intent_invalid_action_missing.json
|
| @@ -0,0 +1,11 @@
|
| +{
|
| + "name": "test",
|
| + "version": "1",
|
| + "intents": {
|
| + "http://webintents.org/intent/share" : {
|
| + "type" : "image/png",
|
| + "title" : "Sample Sharing Intent",
|
| + "disposition" : "inline"
|
| + }
|
| + }
|
| +}
|
|
|