Index: chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/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/accept_touch_events/manifest.json |
similarity index 59% |
copy from chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json |
copy to chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/manifest.json |
index 33ff6e26cf7272db6278b270df50140813e251ec..79c79dffb6221d9f0d2090adab7dc3e2044d775e 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/manifest.json |
@@ -1,6 +1,6 @@ |
{ |
- "name": "Platform App Test: <webview>", |
- "version": "2", |
+ "name": "<webview> touch handler registration test.", |
+ "version": "1", |
"permissions": [ |
"webview" |
], |
@@ -12,9 +12,10 @@ |
"webview": { |
"partitions": [ |
{ |
- "name": "foobar", |
+ "name": "partition1", |
"accessible_resources": [ |
- "guest_with_inline_script.html" |
+ "guest.js", |
+ "guest.html" |
] |
} |
] |