Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json |
| deleted file mode 100644 |
| index 46ca3d20bfb4fa7432921010262376d0b253343e..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -{ |
| - "name": "test", |
| - "version": "0.1", |
| - "manifest_version": 2, |
| - "sandbox": { |
| - "pages": ["test"], |
| - // No sandbox directive. |
| - "content_security_policy": "script-src: https://www.google.com" |
| - } |
| -} |