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

Unified Diff: chrome/browser/chromeos/drive/sync_client_unittest.cc

Issue 391343002: Keep sync tasks alive as long as it's not finished (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: chrome/browser/chromeos/drive/sync_client_unittest.cc
diff --git a/chrome/browser/chromeos/drive/sync_client_unittest.cc b/chrome/browser/chromeos/drive/sync_client_unittest.cc
index 911b18cd31fb9b2204567fe8aced13f86e86b7df..cb56dd2863d83657b2cb0f990acc8afc8804ca58 100644
--- a/chrome/browser/chromeos/drive/sync_client_unittest.cc
+++ b/chrome/browser/chromeos/drive/sync_client_unittest.cc
@@ -478,7 +478,6 @@ TEST_F(SyncClientTest, Dependencies) {
// Start syncing the child first.
sync_client_->AddUpdateTask(ClientContext(USER_INITIATED), local_id2);
hashimoto 2014/07/16 11:05:16 In the new code, RunUntilIdle() is not called here
- base::RunLoop().RunUntilIdle();
// Start syncing the parent later.
sync_client_->AddUpdateTask(ClientContext(USER_INITIATED), local_id1);
base::RunLoop().RunUntilIdle();
« chrome/browser/chromeos/drive/sync_client.cc ('K') | « chrome/browser/chromeos/drive/sync_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698