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

Unified Diff: sync/syncable/syncable_enum_conversions.h

Issue 211523002: Add AttachmentMetadata to Sync's EntryKernel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot about using META_PROTO_TIMES_VALS in the test. 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
« no previous file with comments | « sync/syncable/syncable_columns.h ('k') | sync/syncable/syncable_enum_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_enum_conversions.h
diff --git a/sync/syncable/syncable_enum_conversions.h b/sync/syncable/syncable_enum_conversions.h
index 12f6428591a87785408c55daad172499c22e08ba..0ae53ad2f5bad82c6f7bcde8d50bfe82869f4e2f 100644
--- a/sync/syncable/syncable_enum_conversions.h
+++ b/sync/syncable/syncable_enum_conversions.h
@@ -44,6 +44,9 @@ SYNC_EXPORT_PRIVATE const char* GetProtoFieldString(ProtoField proto_field);
SYNC_EXPORT_PRIVATE const char* GetUniquePositionFieldString(
UniquePositionField position_field);
+SYNC_EXPORT_PRIVATE const char* GetAttachmentMetadataFieldString(
+ AttachmentMetadataField attachment_metadata_field);
+
SYNC_EXPORT_PRIVATE const char* GetBitTempString(BitTemp bit_temp);
} // namespace syncable
« no previous file with comments | « sync/syncable/syncable_columns.h ('k') | sync/syncable/syncable_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698