Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/manifest.json

Issue 1021073002: <webview> Implement clear http cache API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error on mac/android: std::set initializer list makes them unhappy Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698