| 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"
|
| + ]
|
| }
|
| }
|
|
|