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

Side by Side 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: Merge master Created 7 years, 11 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 unified diff | Download patch
« no previous file with comments | « sync/protocol/nigori_specifics.proto ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Keep this file in sync with the .proto files in this directory. 5 // Keep this file in sync with the .proto files in this directory.
6 6
7 #ifndef SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 7 #ifndef SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
8 #define SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 8 #define SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
9 9
10 #include "sync/base/sync_export.h" 10 #include "sync/base/sync_export.h"
(...skipping 11 matching lines...) Expand all
22 class AutofillSpecifics; 22 class AutofillSpecifics;
23 class BookmarkSpecifics; 23 class BookmarkSpecifics;
24 class ClientConfigParams; 24 class ClientConfigParams;
25 class ClientToServerMessage; 25 class ClientToServerMessage;
26 class ClientToServerResponse; 26 class ClientToServerResponse;
27 class DatatypeAssociationStats; 27 class DatatypeAssociationStats;
28 class DebugEventInfo; 28 class DebugEventInfo;
29 class DebugInfo; 29 class DebugInfo;
30 class DeviceInfoSpecifics; 30 class DeviceInfoSpecifics;
31 class DeviceInformation; 31 class DeviceInformation;
32 class DictionarySpecifics;
32 class EncryptedData; 33 class EncryptedData;
33 class EntitySpecifics; 34 class EntitySpecifics;
34 class EverythingDirective; 35 class EverythingDirective;
35 class ExperimentsSpecifics; 36 class ExperimentsSpecifics;
36 class ExtensionSettingSpecifics; 37 class ExtensionSettingSpecifics;
37 class ExtensionSettingSpecifics; 38 class ExtensionSettingSpecifics;
38 class ExtensionSpecifics; 39 class ExtensionSpecifics;
39 class ExtensionSpecifics; 40 class ExtensionSpecifics;
40 class GlobalIdDirective; 41 class GlobalIdDirective;
41 class HistoryDeleteDirectiveSpecifics; 42 class HistoryDeleteDirectiveSpecifics;
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 134
134 SYNC_EXPORT_PRIVATE base::DictionaryValue* AutofillProfileSpecificsToValue( 135 SYNC_EXPORT_PRIVATE base::DictionaryValue* AutofillProfileSpecificsToValue(
135 const sync_pb::AutofillProfileSpecifics& autofill_profile_specifics); 136 const sync_pb::AutofillProfileSpecifics& autofill_profile_specifics);
136 137
137 SYNC_EXPORT_PRIVATE base::DictionaryValue* BookmarkSpecificsToValue( 138 SYNC_EXPORT_PRIVATE base::DictionaryValue* BookmarkSpecificsToValue(
138 const sync_pb::BookmarkSpecifics& bookmark_specifics); 139 const sync_pb::BookmarkSpecifics& bookmark_specifics);
139 140
140 SYNC_EXPORT_PRIVATE base::DictionaryValue* DeviceInfoSpecificsToValue( 141 SYNC_EXPORT_PRIVATE base::DictionaryValue* DeviceInfoSpecificsToValue(
141 const sync_pb::DeviceInfoSpecifics& device_info_specifics); 142 const sync_pb::DeviceInfoSpecifics& device_info_specifics);
142 143
144 SYNC_EXPORT_PRIVATE base::DictionaryValue* DictionarySpecificsToValue(
145 const sync_pb::DictionarySpecifics& dictionary_specifics);
146
143 SYNC_EXPORT_PRIVATE base::DictionaryValue* ExperimentsSpecificsToValue( 147 SYNC_EXPORT_PRIVATE base::DictionaryValue* ExperimentsSpecificsToValue(
144 const sync_pb::ExperimentsSpecifics& proto); 148 const sync_pb::ExperimentsSpecifics& proto);
145 149
146 SYNC_EXPORT_PRIVATE base::DictionaryValue* PriorityPreferenceSpecificsToValue( 150 SYNC_EXPORT_PRIVATE base::DictionaryValue* PriorityPreferenceSpecificsToValue(
147 const sync_pb::PriorityPreferenceSpecifics& proto); 151 const sync_pb::PriorityPreferenceSpecifics& proto);
148 152
149 SYNC_EXPORT_PRIVATE base::DictionaryValue* ExtensionSettingSpecificsToValue( 153 SYNC_EXPORT_PRIVATE base::DictionaryValue* ExtensionSettingSpecificsToValue(
150 const sync_pb::ExtensionSettingSpecifics& extension_setting_specifics); 154 const sync_pb::ExtensionSettingSpecifics& extension_setting_specifics);
151 155
152 SYNC_EXPORT_PRIVATE base::DictionaryValue* ExtensionSpecificsToValue( 156 SYNC_EXPORT_PRIVATE base::DictionaryValue* ExtensionSpecificsToValue(
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 209
206 base::DictionaryValue* SyncCycleCompletedEventInfoToValue( 210 base::DictionaryValue* SyncCycleCompletedEventInfoToValue(
207 const sync_pb::SyncCycleCompletedEventInfo& proto); 211 const sync_pb::SyncCycleCompletedEventInfo& proto);
208 212
209 base::DictionaryValue* ClientConfigParamsToValue( 213 base::DictionaryValue* ClientConfigParamsToValue(
210 const sync_pb::ClientConfigParams& proto); 214 const sync_pb::ClientConfigParams& proto);
211 215
212 } // namespace syncer 216 } // namespace syncer
213 217
214 #endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 218 #endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
OLDNEW
« no previous file with comments | « sync/protocol/nigori_specifics.proto ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698