| Index: extensions/test/data/web_view/media_access/allow/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json b/extensions/test/data/web_view/media_access/allow/manifest.json
|
| similarity index 84%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json
|
| copy to extensions/test/data/web_view/media_access/allow/manifest.json
|
| index ea2ad294cbbee6d4673f58074dc2d5eb2e0c5aa2..bc36ca5bddf7ddbf6a36df7f1e7d375bd70c76d9 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/manifest.json
|
| +++ b/extensions/test/data/web_view/media_access/allow/manifest.json
|
| @@ -1,7 +1,8 @@
|
| {
|
| "name": "Platform App Test: <webview> media",
|
| "description": "Loads a guest which requests media access permission",
|
| - "version": "1",
|
| + "version": "2",
|
| + "manifest_version": 2,
|
| "permissions": [
|
| "webview"
|
| ],
|
|
|