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

Unified Diff: chrome/browser/sync/sessions/session_state.h

Issue 9107055: Remove single direction conflict set code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-emptive rebase Created 8 years, 11 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 | « chrome/browser/sync/engine/syncer.cc ('k') | chrome/browser/sync/sessions/status_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sessions/session_state.h
diff --git a/chrome/browser/sync/sessions/session_state.h b/chrome/browser/sync/sessions/session_state.h
index 4020b0c888ab4ffda7dac3b47333e64caa619306..ce1f4628f8549daddbd571e7b84b54fed3df78a3 100644
--- a/chrome/browser/sync/sessions/session_state.h
+++ b/chrome/browser/sync/sessions/session_state.h
@@ -258,14 +258,9 @@ class UpdateProgress {
};
struct SyncCycleControlParameters {
- SyncCycleControlParameters() : conflict_sets_built(false),
- conflicts_resolved(false),
+ SyncCycleControlParameters() : conflicts_resolved(false),
items_committed(false),
debug_info_sent(false) {}
- // Set to true by BuildAndProcessConflictSetsCommand if the RESOLVE_CONFLICTS
- // step is needed.
- bool conflict_sets_built;
-
// Set to true by ResolveConflictsCommand if any forward progress was made.
bool conflicts_resolved;
« no previous file with comments | « chrome/browser/sync/engine/syncer.cc ('k') | chrome/browser/sync/sessions/status_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698