summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
diff options
context:
space:
mode:
authorandresantoso <andresantoso@chromium.org>2014-09-03 09:28:30 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-03 16:36:55 +0000
commitbe173095fb2c38f914422473535df9b2da136bb2 (patch)
tree4786e592bc0f11118c5a91561ac8c024ffe754c8 /chrome/common/extensions
parentaa68220c9f12f483f23c568bc6962b6bc88af38b (diff)
downloadchromium_src-be173095fb2c38f914422473535df9b2da136bb2.zip
chromium_src-be173095fb2c38f914422473535df9b2da136bb2.tar.gz
chromium_src-be173095fb2c38f914422473535df9b2da136bb2.tar.bz2
Revert of [fsp] Enable the File System Provider API for extensions. (patchset #2 id:20001 of https://codereview.chromium.org/527663002/)
Reason for revert: Speculative revert, failed ChromiumOS browser_tests. [1422/1422] FileSystemProviderApiTest.Extension (11555 ms) 1 test failed: FileSystemProviderApiTest.Extension http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/11812 Original issue's description: > [fsp] Enable the File System Provider API for extensions. > > Previously, only apps were allowed to use this api, however most clients will > be actually written as extensions. > > TEST=browser_tests: *FileSystemProvider*Extension* > BUG=409487 > > Committed: https://chromium.googlesource.com/chromium/src/+/4acb869459901c6fa627473bb15b8a0f6190cc11 TBR=benwells@chromium.org,kalman@chromium.org,mtomasz@chromium.org NOTREECHECKS=true NOTRY=true BUG=409487 Review URL: https://codereview.chromium.org/537603002 Cr-Commit-Position: refs/heads/master@{#293148}
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r--chrome/common/extensions/api/_permission_features.json2
-rw-r--r--chrome/common/extensions/docs/templates/public/extensions/fileSystemProvider.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 11c7e16..e99372d 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -559,7 +559,7 @@
}],
"fileSystemProvider": {
"channel": "dev",
- "extension_types": ["extension", "platform_app"]
+ "extension_types": ["platform_app"]
},
"firstRunPrivate": {
"channel": "stable",
diff --git a/chrome/common/extensions/docs/templates/public/extensions/fileSystemProvider.html b/chrome/common/extensions/docs/templates/public/extensions/fileSystemProvider.html
deleted file mode 100644
index 8f3e547..0000000
--- a/chrome/common/extensions/docs/templates/public/extensions/fileSystemProvider.html
+++ /dev/null
@@ -1 +0,0 @@
-{{+partials.standard_extensions_api api:apis.extensions.fileSystemProvider intro:intros.fileSystemProvider/}}