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..49b5764e0512faf156eb238c510e99d6c53d3ef0 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,11 @@ |
"background": { |
"scripts": ["test.js"] |
} |
- } |
+ }, |
+ "webview_accessible_resources": [ |
+ "guest.html" |
+ ], |
+ "webview_privileged_partitions": [ |
+ "foobar" |
+ ] |
} |