Index: chrome/browser/sync/sessions/session_state.h |
=================================================================== |
--- chrome/browser/sync/sessions/session_state.h (revision 105679) |
+++ chrome/browser/sync/sessions/session_state.h (working copy) |
@@ -271,8 +271,7 @@ |
struct SyncCycleControlParameters { |
SyncCycleControlParameters() : conflict_sets_built(false), |
conflicts_resolved(false), |
- items_committed(false), |
- debug_info_sent(false) {} |
+ items_committed(false) {} |
// Set to true by BuildAndProcessConflictSetsCommand if the RESOLVE_CONFLICTS |
// step is needed. |
bool conflict_sets_built; |
@@ -282,9 +281,6 @@ |
// Set to true by PostCommitMessageCommand if any commits were successful. |
bool items_committed; |
- |
- // True indicates debug info has been sent once this session. |
- bool debug_info_sent; |
}; |
// DirtyOnWrite wraps a value such that any write operation will update a |