Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1781)

Unified Diff: chrome/browser/extensions/extension_local_filesystem_apitest.cc

Issue 8495044: Fix FileSystemExtensionApiTest.FileBrowserTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make reader local again Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/filesystem_handler/tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_local_filesystem_apitest.cc
diff --git a/chrome/browser/extensions/extension_local_filesystem_apitest.cc b/chrome/browser/extensions/extension_local_filesystem_apitest.cc
index 617afc22dba6800613ba0e8fe4329ebe6d5377e6..6b7d9c3b48b7996296a5adc9d96fbb75b0b13bd5 100644
--- a/chrome/browser/extensions/extension_local_filesystem_apitest.cc
+++ b/chrome/browser/extensions/extension_local_filesystem_apitest.cc
@@ -38,14 +38,7 @@ IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest, LocalFileSystem) {
}
-#if defined(OS_CHROMEOS)
-// http://crbug.com/103406
-#define MAYBE_FileBrowserTest DISABLED_FileBrowserTest
-#else
-#define MAYBE_FileBrowserTest FileBrowserTest
-#endif
-
-IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest, MAYBE_FileBrowserTest) {
+IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest, FileBrowserTest) {
AddTmpMountPoint();
ASSERT_TRUE(RunExtensionTest("filesystem_handler")) << message_;
ASSERT_TRUE(RunComponentExtensionTest("filebrowser_component")) << message_;
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/filesystem_handler/tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698