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

Side by Side Diff: sync/protocol/proto_value_conversions.h

Issue 76333002: Add Sync datatype for shared managed user settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 unified diff | Download patch | Annotate | Revision Log
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 29 matching lines...) Expand all
40 class ExperimentsSpecifics; 40 class ExperimentsSpecifics;
41 class ExtensionSettingSpecifics; 41 class ExtensionSettingSpecifics;
42 class ExtensionSpecifics; 42 class ExtensionSpecifics;
43 class FaviconImageSpecifics; 43 class FaviconImageSpecifics;
44 class FaviconTrackingSpecifics; 44 class FaviconTrackingSpecifics;
45 class GlobalIdDirective; 45 class GlobalIdDirective;
46 class HistoryDeleteDirectiveSpecifics; 46 class HistoryDeleteDirectiveSpecifics;
47 class KeystoreEncryptionFlagsSpecifics; 47 class KeystoreEncryptionFlagsSpecifics;
48 class Media; 48 class Media;
49 class ManagedUserSettingSpecifics; 49 class ManagedUserSettingSpecifics;
50 class ManagedUserSharedSettingSpecifics;
50 class ManagedUserSpecifics; 51 class ManagedUserSpecifics;
51 class NigoriSpecifics; 52 class NigoriSpecifics;
52 class PasswordSpecifics; 53 class PasswordSpecifics;
53 class PasswordSpecificsData; 54 class PasswordSpecificsData;
54 class PreferenceSpecifics; 55 class PreferenceSpecifics;
55 class PriorityPreferenceSpecifics; 56 class PriorityPreferenceSpecifics;
56 class SearchEngineSpecifics; 57 class SearchEngineSpecifics;
57 class SessionHeader; 58 class SessionHeader;
58 class SessionSpecifics; 59 class SessionSpecifics;
59 class SessionTab; 60 class SessionTab;
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 SYNC_EXPORT base::DictionaryValue* HistoryDeleteDirectiveSpecificsToValue( 224 SYNC_EXPORT base::DictionaryValue* HistoryDeleteDirectiveSpecificsToValue(
224 const sync_pb::HistoryDeleteDirectiveSpecifics& 225 const sync_pb::HistoryDeleteDirectiveSpecifics&
225 history_delete_directive_specifics); 226 history_delete_directive_specifics);
226 227
227 SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserSettingSpecificsToValue( 228 SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserSettingSpecificsToValue(
228 const sync_pb::ManagedUserSettingSpecifics& managed_user_setting_specifics); 229 const sync_pb::ManagedUserSettingSpecifics& managed_user_setting_specifics);
229 230
230 SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserSpecificsToValue( 231 SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserSpecificsToValue(
231 const sync_pb::ManagedUserSpecifics& managed_user_specifics); 232 const sync_pb::ManagedUserSpecifics& managed_user_specifics);
232 233
234 SYNC_EXPORT_PRIVATE base::DictionaryValue*
235 ManagedUserSharedSettingSpecificsToValue(
236 const sync_pb::ManagedUserSharedSettingSpecifics&
237 managed_user_shared_setting_specifics);
238
233 SYNC_EXPORT_PRIVATE base::DictionaryValue* MediaToValue( 239 SYNC_EXPORT_PRIVATE base::DictionaryValue* MediaToValue(
234 const sync_pb::Media& media); 240 const sync_pb::Media& media);
235 241
236 SYNC_EXPORT_PRIVATE base::DictionaryValue* NigoriSpecificsToValue( 242 SYNC_EXPORT_PRIVATE base::DictionaryValue* NigoriSpecificsToValue(
237 const sync_pb::NigoriSpecifics& nigori_specifics); 243 const sync_pb::NigoriSpecifics& nigori_specifics);
238 244
239 SYNC_EXPORT_PRIVATE base::DictionaryValue* PasswordSpecificsToValue( 245 SYNC_EXPORT_PRIVATE base::DictionaryValue* PasswordSpecificsToValue(
240 const sync_pb::PasswordSpecifics& password_specifics); 246 const sync_pb::PasswordSpecifics& password_specifics);
241 247
242 SYNC_EXPORT_PRIVATE base::DictionaryValue* PreferenceSpecificsToValue( 248 SYNC_EXPORT_PRIVATE base::DictionaryValue* PreferenceSpecificsToValue(
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 285
280 base::DictionaryValue* SyncCycleCompletedEventInfoToValue( 286 base::DictionaryValue* SyncCycleCompletedEventInfoToValue(
281 const sync_pb::SyncCycleCompletedEventInfo& proto); 287 const sync_pb::SyncCycleCompletedEventInfo& proto);
282 288
283 base::DictionaryValue* ClientConfigParamsToValue( 289 base::DictionaryValue* ClientConfigParamsToValue(
284 const sync_pb::ClientConfigParams& proto); 290 const sync_pb::ClientConfigParams& proto);
285 291
286 } // namespace syncer 292 } // namespace syncer
287 293
288 #endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 294 #endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
OLDNEW
« no previous file with comments | « sync/protocol/managed_user_shared_setting_specifics.proto ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698