1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/extensions/extension_apitest.h"
9 class FileSystemProviderApiTest
: public ExtensionApiTest
{
11 FileSystemProviderApiTest()
12 // Set the channel to "trunk" since this API is restricted to trunk.
13 : current_channel_(chrome::VersionInfo::CHANNEL_UNKNOWN
) {
17 extensions::ScopedCurrentChannel current_channel_
;
20 IN_PROC_BROWSER_TEST_F(FileSystemProviderApiTest
, Mount
) {
21 ASSERT_TRUE(RunPlatformAppTest("file_system_provider/mount"))
25 } // namespace extensions