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

Unified Diff: sync/syncable/syncable_columns.h

Issue 211523002: Add AttachmentMetadata to Sync's EntryKernel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: sync/syncable/syncable_columns.h
diff --git a/sync/syncable/syncable_columns.h b/sync/syncable/syncable_columns.h
index 9d45c7404ad40906995e665f498217cb1e13c129..c9c2a3f49ec42492c9421de141be03cc942a8ada 100644
--- a/sync/syncable/syncable_columns.h
+++ b/sync/syncable/syncable_columns.h
@@ -61,6 +61,9 @@ static const ColumnSpec g_metas_columns[] = {
// Blobs (positions).
{"server_unique_position", "blob"},
{"unique_position", "blob"},
+ //////////////////////////////////////
+ // AttachmentMetadata
+ {"attachment_metadata", "blob"}
};
// At least enforce that there are equal number of column names and fields.

Powered by Google App Engine
This is Rietveld 408576698