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

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

Issue 334283003: Remove "unlimitedStorage" permission in webview file system permission tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/platform_apps/web_view/filesystem/worker/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/web_view/filesystem/main/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/filesystem/main/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/filesystem/main/manifest.json
index 4a1256de5083e20feda9ef682a65d0d416742636..9f046ab388502df71ccc8ee61c9e4a08d2402a87 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/filesystem/main/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/filesystem/main/manifest.json
@@ -3,8 +3,7 @@
"description": "Loads a guest which requests filesystem",
"version": "1",
"permissions": [
- "webview",
- "unlimitedStorage"
+ "webview"
],
"webview": {
"partitions": [
« no previous file with comments | « no previous file | chrome/test/data/extensions/platform_apps/web_view/filesystem/worker/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698