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

Unified Diff: components/sync/driver/glue/sync_backend_host_impl_unittest.cc

Issue 2518473002: [Sync] Enable SyncBackendHostTest.FirstTimeSync on IOS (Closed)
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/glue/sync_backend_host_impl_unittest.cc
diff --git a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
index e44a916f315cd8144d7abeb5b464d0cdf8f34a77..61082421de2eeff140b3892f8316520420092c35 100644
--- a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
+++ b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
@@ -294,12 +294,7 @@ TEST_F(SyncBackendHostTest, InitShutdown) {
// Test first time sync scenario. All types should be properly configured.
-#if defined(OS_IOS)
-// http://crbug.com/658619
-#define MAYBE_FirstTimeSync DISABLED_FirstTimeSync
-#else
#define MAYBE_FirstTimeSync FirstTimeSync
Nicolas Zea 2016/11/23 00:49:21 nit: just remove this line, and rename the test ba
Gang Wu 2016/11/23 17:34:11 Done.
-#endif
TEST_F(SyncBackendHostTest, MAYBE_FirstTimeSync) {
InitializeBackend(true);
EXPECT_EQ(ControlTypes(), fake_manager_->GetAndResetDownloadedTypes());
« 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