Commit 00df06b2 authored by hanxi@chromium.org's avatar hanxi@chromium.org

Remove "unlimitedStorage" permission in webview file system permission tests.

Update permission in tests.

BUG=343382

Review URL: https://codereview.chromium.org/334283003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277731 0039d316-1c4b-4281-b951-d872f2087c98
parent 4ed1cf1e
......@@ -3,8 +3,7 @@
"description": "Loads a guest which requests filesystem",
"version": "1",
"permissions": [
"webview",
"unlimitedStorage"
"webview"
],
"webview": {
"partitions": [
......
......@@ -3,8 +3,7 @@
"description": "Loads a guest which requests filesystem",
"version": "1",
"permissions": [
"webview",
"unlimitedStorage"
"webview"
],
"webview": {
"partitions": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment