Demonstrate the basic functionality of the File System
commit8688c3a0638c4fa48181851bb26b29a2cb881b48
authorcmihail@chromium.org <cmihail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Jun 2014 05:05:17 +0000 (27 05:05 +0000)
committercmihail@chromium.org <cmihail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Jun 2014 05:05:17 +0000 (27 05:05 +0000)
tree1ff2180f18180dd8ff2758b01b8a11c338752a4a
parent5697ed6cbead7f0c379afec0fac322ba8d1e1a88
Demonstrate the basic functionality of the File System
Provider API.

Mount a sample file system on installing an extension.
The file system is made of fake content and if offers
functionality like directory listening and opening,
reading and closing files supplied with fake content.

BUG=388080

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280247 0039d316-1c4b-4281-b951-d872f2087c98
chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/background.js [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json [new file with mode: 0644]