| 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 809a93137dc324555b90d02b0eb9cf0667741d94..76bf030107d72ba6b4b135a985fb9efe453cae17 100644
|
| --- a/chrome/browser/sync/engine/syncer_util.h
|
| +++ b/chrome/browser/sync/engine/syncer_util.h
|
| @@ -63,10 +63,6 @@ class SyncerUtil {
|
| const SyncEntity& server_entry,
|
| const std::string& name);
|
|
|
| - static void ApplyExtendedAttributes(
|
| - syncable::MutableEntry* local_entry,
|
| - const SyncEntity& server_entry);
|
| -
|
| // Creates a new Entry iff no Entry exists with the given id.
|
| static void CreateNewEntry(syncable::WriteTransaction *trans,
|
| const syncable::Id& id);
|
|
|