Chromium Code Reviews| Index: chrome/test/data/extensions/response_headers/manifest.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json b/chrome/test/data/extensions/response_headers/manifest.json |
| similarity index 60% |
| copy from chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json |
| copy to chrome/test/data/extensions/response_headers/manifest.json |
| index dae1f8621097cd40dd57c883e2cb997145a1c132..4b0517d5d7269e04df455105a5df4faf46394265 100644 |
| --- a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json |
| +++ b/chrome/test/data/extensions/response_headers/manifest.json |
| @@ -2,7 +2,5 @@ |
| "name": "test", |
| "version": "0.1", |
| "manifest_version": 2, |
| - "sandbox": { |
| - "pages": [123] |
| - } |
| + "web_accessible_resources": ["test.dat"] |
| } |