| Index: chrome/test/sync/engine/mock_connection_manager.h
|
| diff --git a/chrome/test/sync/engine/mock_connection_manager.h b/chrome/test/sync/engine/mock_connection_manager.h
|
| index aaade7e66686aa22a3ea03d0cfaf9026c6b65432..d9b6a9a70a1d68b8c50714991bc90c54a022ecdd 100644
|
| --- a/chrome/test/sync/engine/mock_connection_manager.h
|
| +++ b/chrome/test/sync/engine/mock_connection_manager.h
|
| @@ -61,7 +61,7 @@ class MockConnectionManager : public browser_sync::ServerConnectionManager {
|
| // compile for both the int64 and string id based versions of the server.
|
| // The SyncEntity returned is only valid until the Sync is completed
|
| // (e.g. with SyncShare.) It allows to add further entity properties before
|
| - // sync, using AddUpdateExtendedAttributes.
|
| + // sync, using SetLastXXX() methods and/or GetMutableLastUpdate().
|
| sync_pb::SyncEntity* AddUpdateDirectory(syncable::Id id,
|
| syncable::Id parent_id,
|
| string name,
|
| @@ -94,11 +94,6 @@ class MockConnectionManager : public browser_sync::ServerConnectionManager {
|
| string name,
|
| int64 version,
|
| int64 sync_ts);
|
| - void AddUpdateExtendedAttributes(sync_pb::SyncEntity* ent,
|
| - std::string* xattr_key,
|
| - syncable::Blob* xattr_value,
|
| - int xattr_count);
|
| -
|
| void SetLastUpdateDeleted();
|
| void SetLastUpdateServerTag(const string& tag);
|
| void SetLastUpdateClientTag(const string& tag);
|
|
|