Index: chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..43553d2632396c7f95770487ec0cc03a02083438 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "name": "Packaged App Test: <webview> clearData API, clearing cache", |
+ "description": "Verifies clearing http cache of <webview>.", |
+ "version": "1", |
+ "permissions": [ |
+ "webview" |
+ ], |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ } |
+} |