| Index: chrome/browser/sync/engine/conflict_resolver.h
|
| diff --git a/chrome/browser/sync/engine/conflict_resolver.h b/chrome/browser/sync/engine/conflict_resolver.h
|
| index 97bbac29f748f9b05a7c7252e894c7ed6e090b10..672f30aaad889ce7ca1d17340f653a720b91f648 100644
|
| --- a/chrome/browser/sync/engine/conflict_resolver.h
|
| +++ b/chrome/browser/sync/engine/conflict_resolver.h
|
| @@ -87,12 +87,6 @@ class ConflictResolver {
|
| ConflictSetCountMap conflict_set_count_map_;
|
| SimpleConflictCountMap simple_conflict_count_map_;
|
|
|
| - // Contains the ids of uncommitted items that are children of entries merged
|
| - // in the previous cycle. This is used to speed up the merge resolution of
|
| - // deep trees. Used to happen in store refresh.
|
| - // TODO(chron): Can we get rid of this optimization?
|
| - std::set<syncable::Id> children_of_merged_dirs_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ConflictResolver);
|
| };
|
|
|
|
|