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

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

Issue 22793018: <webview>: Implement support for package-local chrome-extension:// URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test that broken Created 7 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
Index: chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
index d0ca5bc11241ec66312fef3fb49d5921d4a8a0da..b6342948d4240546a3635ff4e45f7cda2301fa5e 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Platform App Test: <webview>",
- "version": "1",
+ "version": "2",
"permissions": [
"webview"
],
@@ -8,5 +8,13 @@
"background": {
"scripts": ["test.js"]
}
+ },
+ "webview": {
+ "accessible_resources": [
+ "guest.html"
+ ],
+ "privileged_partitions": [
+ "foobar"
+ ]
}
}
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/shim/main.js ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698