Chromium Code Reviews| Index: sync/engine/conflict_resolver.h |
| diff --git a/sync/engine/conflict_resolver.h b/sync/engine/conflict_resolver.h |
| index 2efb1e94fa8540f348c0234f295b0926ddd294c0..7e5be74221227559219e7d759d4f89d49b3ab677 100644 |
| --- a/sync/engine/conflict_resolver.h |
| +++ b/sync/engine/conflict_resolver.h |
| @@ -65,10 +65,6 @@ class ConflictResolver { |
| SYNC_PROGRESS, // Progress made. |
| }; |
| - void IgnoreLocalChanges(syncable::MutableEntry* entry); |
|
rlarocque
2012/08/11 01:31:52
Moved to syncer_util.h
|
| - void OverwriteServerChanges(syncable::WriteTransaction* trans, |
| - syncable::MutableEntry* entry); |
| - |
| ProcessSimpleConflictResult ProcessSimpleConflict( |
| syncable::WriteTransaction* trans, |
| const syncable::Id& id, |