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

Unified Diff: sync/protocol/proto_value_conversions.h

Issue 102193004: Checkpointing some Sync Attachment work. Added SyncAttachment and SyncAttachmentId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing SYNC_EXPORT_PRIVATE modifier (was cause of link error on trybots). Created 7 years 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/protocol/attachments.proto ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/proto_value_conversions.h
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h
index 93570315fd45feaf2cc76bdb040106bcee97bff2..3c8f3d9511df94ed7a731b1d212281eca8c46b76 100644
--- a/sync/protocol/proto_value_conversions.h
+++ b/sync/protocol/proto_value_conversions.h
@@ -60,6 +60,7 @@ class SessionSpecifics;
class SessionTab;
class SessionWindow;
class SimpleCollapsedLayout;
+class SyncAttachmentId;
class SyncCycleCompletedEventInfo;
class SyncedNotification;
class SyncedNotificationAction;
@@ -289,6 +290,9 @@ base::DictionaryValue* SyncCycleCompletedEventInfoToValue(
base::DictionaryValue* ClientConfigParamsToValue(
const sync_pb::ClientConfigParams& proto);
+SYNC_EXPORT_PRIVATE base::DictionaryValue* SyncAttachmentIdToValue(
+ const sync_pb::SyncAttachmentId& proto);
+
} // namespace syncer
#endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
« no previous file with comments | « sync/protocol/attachments.proto ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698