Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: chrome/test/sync/engine/mock_connection_manager.h

Issue 2830027: Remove extended attributes. The lame broken codepath in the DBS was causing (Closed)
Patch Set: Synced with TOT, resolved conflicts. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/sync/syncable/syncable_unittest.cc ('k') | chrome/test/sync/engine/mock_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698