| Index: chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json
|
| similarity index 64%
|
| rename from chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json
|
| rename to chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json
|
| index 64f532e66b4da553f612a4195122f40133e87977..c11815c1d47c8639b78059fd39983bc55d9f05c1 100644
|
| --- a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json
|
| @@ -1,8 +1,8 @@
|
| {
|
| - "name": "Platform App Test: <browser> src",
|
| + "name": "Platform App Test: <webview> src",
|
| "version": "1",
|
| "permissions": [
|
| - "browserTag"
|
| + "webview"
|
| ],
|
| "app": {
|
| "background": {
|
|
|