Skip to content

Commit

Permalink
nassh: removed fileSystemProvider from manifest to prevent breaking c…
Browse files Browse the repository at this point in the history
…hrome versions <57 until FSP API whitelisting moves to stable and the minimum supported version is bumped.

Change-Id: I6ab65c421c3bd239053d5552a403e8cb0a87d351
Reviewed-on: https://chromium-review.googlesource.com/440564
Reviewed-by: Mike Frysinger <[email protected]>
Tested-by: Mitchell McDermott <[email protected]>
  • Loading branch information
Mitchell McDermott committed Feb 9, 2017
1 parent a2acea0 commit 518303b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nassh/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@
"notifications",
"storage",
"terminalPrivate",
"unlimitedStorage",
"fileSystemProvider"
"unlimitedStorage"
],
"file_system_provider_capabilities": {
"source": "network",
"multiple_mounts": true,
"configurable": false
},
"web_accessible_resources": [
"html/crosh.html",
"html/nassh.html",
Expand Down

0 comments on commit 518303b

Please sign in to comment.