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

Unified Diff: components/history/core/browser/typed_url_sync_metadata_database.h

Issue 2763863002: [USS] Remove intermediate structure during GetAllSyncMetadata (Closed)
Patch Set: Using DLOG(WARNING) Created 3 years, 9 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: components/history/core/browser/typed_url_sync_metadata_database.h
diff --git a/components/history/core/browser/typed_url_sync_metadata_database.h b/components/history/core/browser/typed_url_sync_metadata_database.h
index b7321f32c9ce2e9926026f71e018150dc19eff82..0b687539c288ea57166f619ae5572fea2aa16251 100644
--- a/components/history/core/browser/typed_url_sync_metadata_database.h
+++ b/components/history/core/browser/typed_url_sync_metadata_database.h
@@ -61,7 +61,7 @@ class TypedURLSyncMetadataDatabase {
private:
// Read all sync_pb::EntityMetadata for typed URL and fill
// |metadata_records| with it.
- bool GetAllSyncEntityMetadata(syncer::EntityMetadataMap* metadata_records);
+ bool GetAllSyncEntityMetadata(syncer::MetadataBatch* metadata_batch);
// Read sync_pb::ModelTypeState for typed URL and fill |state| with it.
bool GetModelTypeState(sync_pb::ModelTypeState* state);

Powered by Google App Engine
This is Rietveld 408576698