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

Unified Diff: chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc

Issue 12731006: Enable browser tests for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
diff --git a/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc b/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
index e645d86b3e33d42782e6619156f21af690b09dca..0052d33319d2b1c3e62c705a864ab143dd096865 100644
--- a/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
+++ b/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
@@ -101,10 +101,6 @@ ACTION_P5(ReturnWithFakeFileAddedStatus,
} // namespace
-// TODO(calvinlo): Add Chrome OS support for syncable file system
-// (http://crbug.com/160693)
-#if !defined(OS_CHROMEOS)
-
IN_PROC_BROWSER_TEST_F(SyncFileSystemApiTest, DeleteFileSystem) {
ASSERT_TRUE(RunPlatformAppTest("sync_file_system/delete_file_system"))
<< message_;
@@ -178,6 +174,4 @@ IN_PROC_BROWSER_TEST_F(SyncFileSystemApiTest, ConflictResolutionPolicy) {
<< message_;
}
-#endif // !defined(OS_CHROMEOS)
-
} // namespace chrome
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698