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

Unified Diff: sync/protocol/proto_value_conversions.h

Issue 299963002: sync: Implement NonBlockingTypeProcessorCore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unbreak some tests Created 6 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
« no previous file with comments | « sync/engine/sync_thread_sync_entity_unittest.cc ('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 c8e5166c70c82dd4f0162250afd9f30418fdd7cd..2a3c1ae1b8a4865dba99ed3fbd4488ed5e99abbb 100644
--- a/sync/protocol/proto_value_conversions.h
+++ b/sync/protocol/proto_value_conversions.h
@@ -63,6 +63,7 @@ class SessionTab;
class SessionWindow;
class SimpleCollapsedLayout;
class SyncCycleCompletedEventInfo;
+class SyncEntity;
class SyncedNotification;
class SyncedNotificationAction;
class SyncedNotificationAppInfo;
@@ -278,6 +279,10 @@ SYNC_EXPORT_PRIVATE base::DictionaryValue* TypedUrlSpecificsToValue(
SYNC_EXPORT_PRIVATE base::DictionaryValue* EntitySpecificsToValue(
const sync_pb::EntitySpecifics& specifics);
+SYNC_EXPORT_PRIVATE base::DictionaryValue* SyncEntityToValue(
+ const sync_pb::SyncEntity& entity,
+ bool include_specifics);
+
SYNC_EXPORT_PRIVATE base::DictionaryValue* ClientToServerMessageToValue(
const sync_pb::ClientToServerMessage& proto,
bool include_specifics);
« no previous file with comments | « sync/engine/sync_thread_sync_entity_unittest.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698