| Index: chrome/browser/sync/engine/syncer_util.h
|
| diff --git a/chrome/browser/sync/engine/syncer_util.h b/chrome/browser/sync/engine/syncer_util.h
|
| index e500e6cfaf48aa824d1316578fe5b9451a05d097..bfcca2706e5103281cd7f95b6e7f89e0e38f1d08 100644
|
| --- a/chrome/browser/sync/engine/syncer_util.h
|
| +++ b/chrome/browser/sync/engine/syncer_util.h
|
| @@ -68,8 +68,6 @@ class SyncerUtil {
|
| static void CreateNewEntry(syncable::WriteTransaction *trans,
|
| const syncable::Id& id);
|
|
|
| - static bool ServerAndLocalEntriesMatch(syncable::Entry* entry);
|
| -
|
| static void SplitServerInformationIntoNewEntry(
|
| syncable::WriteTransaction* trans,
|
| syncable::MutableEntry* entry);
|
| @@ -130,11 +128,6 @@ class SyncerUtil {
|
| const syncable::ScopedDirLookup &dir,
|
| std::set<syncable::Id>* deleted_folders);
|
|
|
| - // Examine the up-to-date predecessors of this item according to the server
|
| - // position, and then again according to the local position. Return true
|
| - // if they match. For an up-to-date item, this should be the case.
|
| - static bool ServerAndLocalOrdersMatch(syncable::Entry* entry);
|
| -
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(SyncerUtil);
|
| };
|
|
|