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

Unified Diff: sync/protocol/proto_value_conversions.h

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add server-side size limit tests Created 7 years, 12 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/protocol/proto_value_conversions.h
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h
index a553e56b28aa4383775b315c159520d2a5672174..0a17d534b1ea3b0a62d9fd1782cc06a86bfab5fb 100644
--- a/sync/protocol/proto_value_conversions.h
+++ b/sync/protocol/proto_value_conversions.h
@@ -28,6 +28,7 @@ class DebugEventInfo;
class DebugInfo;
class DeviceInfoSpecifics;
class DeviceInformation;
+class DictionarySpecifics;
class EncryptedData;
class EntitySpecifics;
class EverythingDirective;
@@ -138,6 +139,9 @@ SYNC_EXPORT_PRIVATE base::DictionaryValue* BookmarkSpecificsToValue(
SYNC_EXPORT_PRIVATE base::DictionaryValue* DeviceInfoSpecificsToValue(
const sync_pb::DeviceInfoSpecifics& device_info_specifics);
+SYNC_EXPORT_PRIVATE base::DictionaryValue* DictionarySpecificsToValue(
+ const sync_pb::DictionarySpecifics& dictionary_specifics);
+
SYNC_EXPORT_PRIVATE base::DictionaryValue* ExperimentsSpecificsToValue(
const sync_pb::ExperimentsSpecifics& proto);

Powered by Google App Engine
This is Rietveld 408576698