| Index: chrome/browser/extensions/extension_local_filesystem_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_local_filesystem_apitest.cc (revision 81868)
|
| +++ chrome/browser/extensions/extension_local_filesystem_apitest.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -6,9 +6,13 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|
| -// TODO(zelidrag): Remove disable prefix on this test once API changes land.
|
| -IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_LocalFileSystem) {
|
| +IN_PROC_BROWSER_TEST_F(ExtensionApiTest, LocalFileSystem) {
|
| ASSERT_TRUE(RunComponentExtensionTest("local_filesystem")) << message_;
|
| }
|
|
|
| +IN_PROC_BROWSER_TEST_F(ExtensionApiTest, FileBrowserTest) {
|
| + ASSERT_TRUE(RunExtensionTest("filesystem_handler")) << message_;
|
| + ASSERT_TRUE(RunComponentExtensionTest("filebrowser_component")) << message_;
|
| +}
|
| +
|
| #endif
|
|
|