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

Unified Diff: components/sync/protocol/proto_value_conversions.h

Issue 2241583003: Creating protobuf for reading list sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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/sync/protocol/proto_value_conversions.h
diff --git a/components/sync/protocol/proto_value_conversions.h b/components/sync/protocol/proto_value_conversions.h
index 64548daadb9fec6fb7c64aad6961ac1297215183..8147d1a8539d6feaf5459406c4143db6d0be78ad 100644
--- a/components/sync/protocol/proto_value_conversions.h
+++ b/components/sync/protocol/proto_value_conversions.h
@@ -62,6 +62,7 @@ class PreferenceSpecifics;
class PriorityPreferenceSpecifics;
class PrinterPPDData;
class PrinterSpecifics;
+class ReadingListSpecifics;
class SearchEngineSpecifics;
class SessionHeader;
class SessionSpecifics;
@@ -250,6 +251,10 @@ std::unique_ptr<base::DictionaryValue> PreferenceSpecificsToValue(
std::unique_ptr<base::DictionaryValue> PrinterSpecificsToValue(
const sync_pb::PrinterSpecifics& printer_specifics);
+// Sub-protocol of ReadingListSpecifics.
+std::unique_ptr<base::DictionaryValue> ReadingListSpecificsToValue(
+ const sync_pb::ReadingListSpecifics& proto);
+
std::unique_ptr<base::DictionaryValue>
SyncedNotificationAppInfoSpecificsToValue(
const sync_pb::SyncedNotificationAppInfoSpecifics&
« no previous file with comments | « components/sync/protocol/proto_enum_conversions.cc ('k') | components/sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698