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

Unified Diff: chrome/browser/sync/profile_sync_service_harness.cc

Issue 10523003: Refactor following sync commit loop change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor fixes Created 8 years, 6 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 | chrome/browser/sync/sync_ui_util.cc » ('j') | sync/engine/commit.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service_harness.cc
diff --git a/chrome/browser/sync/profile_sync_service_harness.cc b/chrome/browser/sync/profile_sync_service_harness.cc
index 6da3d1f22128f775906c668eaf5bc4f5a93eb580..cb7512de1db4a37138395de5167f34462e323b4e 100644
--- a/chrome/browser/sync/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/profile_sync_service_harness.cc
@@ -795,7 +795,7 @@ bool ProfileSyncServiceHarness::IsFullySynced() {
// If we didn't try to commit anything in the previous cycle, there's a
// good chance that we're now fully up to date.
bool is_fully_synced =
- (snap.errors().last_post_commit_result == browser_sync::UNSET)
+ (snap.errors().commit_result == browser_sync::UNSET)
&& IsDataSyncedImpl(snap);
DVLOG(1) << GetClientInfoString(
« no previous file with comments | « no previous file | chrome/browser/sync/sync_ui_util.cc » ('j') | sync/engine/commit.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698