| Index: chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json b/chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json
|
| index e143ab3afa93655c460d7a394380d53b2b3e1a96..869acbe70d9a31ac2da81baac928896015d080ab 100644
|
| --- a/chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json
|
| @@ -4,6 +4,7 @@
|
| "manifest_version": 2,
|
| "description": "Checks that extensions with version 2 manifests have a default Content-Security-Policy.",
|
| "background": {
|
| + "persistent": false,
|
| "page": "test.html"
|
| }
|
| }
|
|
|