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

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

Issue 2803963002: Don't kill Chrome Apps that make XHRs from guests. (Closed)
Patch Set: Fix nits. Created 3 years, 8 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/web_view/content_script_fetch/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..4e2d2336493823c75057475569848e99295b88d9
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Platform App Test: <webview> content script fetch",
+ "description": "Loads a guest which does a fetch from a content script",
+ "version": "1",
+ "permissions": [
+ "webview"
+ ],
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698