Commit 51895688 authored by thestig@chromium.org's avatar thestig@chromium.org

Extensions: Fix a bad dependency in _api_features.json.

The presubmit check is failing because of this.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262974 0039d316-1c4b-4281-b951-d872f2087c98
parent 02246af8
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,7 @@
}, },
"fileSystemProviderInternal": { "fileSystemProviderInternal": {
"internal": true, "internal": true,
"dependencies": ["fileSystemProvider"], "dependencies": ["permission:fileSystemProvider"],
"contexts": ["blessed_extension"] "contexts": ["blessed_extension"]
}, },
"firstRunPrivate": { "firstRunPrivate": {
......
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