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

Unified Diff: sync/internal_api/js_sync_manager_observer_unittest.cc

Issue 10917234: sync: make scheduling logic and job ownership more obvious. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test + comment + rebase Created 8 years, 3 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: sync/internal_api/js_sync_manager_observer_unittest.cc
diff --git a/sync/internal_api/js_sync_manager_observer_unittest.cc b/sync/internal_api/js_sync_manager_observer_unittest.cc
index 6d8c9be8b2350107f5cfb864e8208caa43f6007e..dffaf1beaf461a2f3f1e405737e785831c234976 100644
--- a/sync/internal_api/js_sync_manager_observer_unittest.cc
+++ b/sync/internal_api/js_sync_manager_observer_unittest.cc
@@ -86,8 +86,7 @@ TEST_F(JsSyncManagerObserverTest, OnSyncCycleCompleted) {
sessions::SyncSourceInfo(),
false,
0,
- base::Time::Now(),
- false);
+ base::Time::Now());
DictionaryValue expected_details;
expected_details.Set("snapshot", snapshot.ToValue());

Powered by Google App Engine
This is Rietveld 408576698