diff options
-rw-r--r-- | chrome/browser/sync/profile_sync_service_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc index cfa68fc..aa87866 100644 --- a/chrome/browser/sync/profile_sync_service_unittest.cc +++ b/chrome/browser/sync/profile_sync_service_unittest.cc @@ -528,8 +528,7 @@ TEST_F(ProfileSyncServiceTest, BookmarkModelOperations) { ExpectModelMatch(); } -// TODO(ncarter): fix free memory access error, refer to http://crbug.com/27631 -TEST_F(ProfileSyncServiceTest, DISABLED_ServerChangeProcessing) { +TEST_F(ProfileSyncServiceTest, ServerChangeProcessing) { LoadBookmarkModel(DELETE_EXISTING_STORAGE, DONT_SAVE_TO_STORAGE); StartSyncService(); |