Index: chrome/browser/extensions/extension_local_filesystem_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/extension_local_filesystem_apitest.cc (revision 81576) |
+++ 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. |
@@ -10,4 +10,9 @@ |
ASSERT_TRUE(RunComponentExtensionTest("local_filesystem")) << message_; |
} |
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, FileBrowserTest) { |
+ ASSERT_TRUE(RunComponentExtensionTest("filesystem_handler")) << message_; |
+ ASSERT_TRUE(RunComponentExtensionTest("filebrowser_component")) << message_; |
+} |
+ |
#endif |