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

Unified Diff: chrome/test/data/extensions/platform_apps/iframes/manifest.json

Issue 10826157: Check for warnings when loading extensions in browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ExtensionTerminalPrivateApiTest.TerminalTest Created 8 years, 4 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/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'"
+ }
}

Powered by Google App Engine
This is Rietveld 408576698