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

Unified Diff: extensions/test/data/web_view/apitest/manifest.json

Issue 615623002: Porting more tests to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 years, 3 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
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/web_view/apitest/manifest.json
diff --git a/extensions/test/data/web_view/apitest/manifest.json b/extensions/test/data/web_view/apitest/manifest.json
index 8e0bfa7e429420a184f90925267b9b053f80ddd8..118bf76360590e603a336292d57ddcaed9251bc5 100644
--- a/extensions/test/data/web_view/apitest/manifest.json
+++ b/extensions/test/data/web_view/apitest/manifest.json
@@ -9,5 +9,15 @@
"background": {
"scripts": ["test.js"]
}
+ },
+ "webview": {
+ "partitions": [
+ {
+ "name": "foobar",
+ "accessible_resources": [
+ "guest_with_inline_script.html"
+ ]
+ }
+ ]
}
}
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698