Commit cda0fd00 authored by mtomasz's avatar mtomasz Committed by Commit bot

[fsp] Enable the File System Provider API on the dev channel.

The read-only version is pretty much done, so we should let developers use it
on the dev channel for initial feedback.

TEST=browser_tests: *FileSystemProvider*
BUG=248427

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

Cr-Commit-Position: refs/heads/master@{#293063}
parent 0107c327
......@@ -9,9 +9,7 @@ namespace extensions {
class FileSystemProviderApiTest : public ExtensionApiTest {
public:
FileSystemProviderApiTest()
// Set the channel to "trunk" since this API is restricted to trunk.
: current_channel_(chrome::VersionInfo::CHANNEL_UNKNOWN) {
}
: current_channel_(chrome::VersionInfo::CHANNEL_DEV) {}
// Loads a helper testing extension.
virtual void SetUpOnMainThread() OVERRIDE {
......
......@@ -558,7 +558,7 @@
]
}],
"fileSystemProvider": {
"channel": "trunk",
"channel": "dev",
"extension_types": ["platform_app"]
},
"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