| 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 448ecc1cd28cee74ac3fbad82786868ba9d1324b..4faf97dac07f1325d34eb8beef519b3caec844c2 100644
|
| --- a/chrome/browser/sync/sessions/session_state.h
|
| +++ b/chrome/browser/sync/sessions/session_state.h
|
| @@ -171,6 +171,7 @@ class ConflictProgress {
|
| std::set<ConflictSet*>::const_iterator ConflictSetsBegin() const;
|
| std::set<ConflictSet*>::const_iterator ConflictSetsEnd() const;
|
| std::set<ConflictSet*>::size_type ConflictSetsSize() const;
|
| + bool HasSimpleConflictItem(const syncable::Id& id) const;
|
|
|
| // Various mutators for tracking commit conflicts.
|
| void AddConflictingItemById(const syncable::Id& the_id);
|
|
|