Index: chrome/test/data/extensions/platform_apps/iframes/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/iframes/manifest.json b/chrome/test/data/extensions/platform_apps/iframes/manifest.json |
index 88826b7863768c403dab68b2bac645b9d954736e..70d4d52b626263c171d613f4241d8f8d5a87c37c 100644 |
--- a/chrome/test/data/extensions/platform_apps/iframes/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/iframes/manifest.json |
@@ -10,8 +10,5 @@ |
"background": { |
"scripts": ["test.js"] |
} |
- }, |
- // Attempt to specify a Content Security Policy that is more relaxed than the |
- // default (would allow remote iframes). It should be ignored. |
- "content_security_policy": "script-src 'self'; object-src 'self'" |
+ } |
} |