Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json |
| deleted file mode 100644 |
| index 744f74dd090da2b22c6e10cc199f90f199569929..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -{ |
| - "name": "test", |
| - "version": "0.1", |
| - "manifest_version": 2, |
| - "sandbox": { |
| - "pages": ["test"], |
| - // Sandbox directive that allows same-origin access. |
| - "content_security_policy": "sandbox allow-same-origin" |
| - } |
| -} |