Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7170)

Unified Diff: chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json

Issue 1108133002: Converted some extension browser tests into using event pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}
}

Powered by Google App Engine
This is Rietveld 408576698