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

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

Issue 754963004: Add a datatype for supervised user whitelists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 6 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ManagedUserSharedSettingSpecifics;
51 class ManagedUserSpecifics; 51 class ManagedUserSpecifics;
52 class ManagedUserWhitelistSpecifics;
52 class NavigationRedirect; 53 class NavigationRedirect;
53 class NigoriSpecifics; 54 class NigoriSpecifics;
54 class PasswordSpecifics; 55 class PasswordSpecifics;
55 class PasswordSpecificsData; 56 class PasswordSpecificsData;
56 class PreferenceSpecifics; 57 class PreferenceSpecifics;
57 class PriorityPreferenceSpecifics; 58 class PriorityPreferenceSpecifics;
58 class SearchEngineSpecifics; 59 class SearchEngineSpecifics;
59 class SessionHeader; 60 class SessionHeader;
60 class SessionSpecifics; 61 class SessionSpecifics;
61 class SessionTab; 62 class SessionTab;
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 const sync_pb::ManagedUserSettingSpecifics& managed_user_setting_specifics); 198 const sync_pb::ManagedUserSettingSpecifics& managed_user_setting_specifics);
198 199
199 SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserSpecificsToValue( 200 SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserSpecificsToValue(
200 const sync_pb::ManagedUserSpecifics& managed_user_specifics); 201 const sync_pb::ManagedUserSpecifics& managed_user_specifics);
201 202
202 SYNC_EXPORT_PRIVATE base::DictionaryValue* 203 SYNC_EXPORT_PRIVATE base::DictionaryValue*
203 ManagedUserSharedSettingSpecificsToValue( 204 ManagedUserSharedSettingSpecificsToValue(
204 const sync_pb::ManagedUserSharedSettingSpecifics& 205 const sync_pb::ManagedUserSharedSettingSpecifics&
205 managed_user_shared_setting_specifics); 206 managed_user_shared_setting_specifics);
206 207
208 SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserWhitelistSpecificsToValue(
209 const sync_pb::ManagedUserWhitelistSpecifics&
210 managed_user_whitelist_specifics);
211
207 SYNC_EXPORT_PRIVATE base::DictionaryValue* MediaToValue( 212 SYNC_EXPORT_PRIVATE base::DictionaryValue* MediaToValue(
208 const sync_pb::Media& media); 213 const sync_pb::Media& media);
209 214
210 SYNC_EXPORT_PRIVATE base::DictionaryValue* NigoriSpecificsToValue( 215 SYNC_EXPORT_PRIVATE base::DictionaryValue* NigoriSpecificsToValue(
211 const sync_pb::NigoriSpecifics& nigori_specifics); 216 const sync_pb::NigoriSpecifics& nigori_specifics);
212 217
213 SYNC_EXPORT_PRIVATE base::DictionaryValue* PasswordSpecificsToValue( 218 SYNC_EXPORT_PRIVATE base::DictionaryValue* PasswordSpecificsToValue(
214 const sync_pb::PasswordSpecifics& password_specifics); 219 const sync_pb::PasswordSpecifics& password_specifics);
215 220
216 SYNC_EXPORT_PRIVATE base::DictionaryValue* PreferenceSpecificsToValue( 221 SYNC_EXPORT_PRIVATE base::DictionaryValue* PreferenceSpecificsToValue(
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 273
269 base::DictionaryValue* ClientConfigParamsToValue( 274 base::DictionaryValue* ClientConfigParamsToValue(
270 const sync_pb::ClientConfigParams& proto); 275 const sync_pb::ClientConfigParams& proto);
271 276
272 SYNC_EXPORT_PRIVATE base::DictionaryValue* AttachmentIdProtoToValue( 277 SYNC_EXPORT_PRIVATE base::DictionaryValue* AttachmentIdProtoToValue(
273 const sync_pb::AttachmentIdProto& proto); 278 const sync_pb::AttachmentIdProto& proto);
274 279
275 } // namespace syncer 280 } // namespace syncer
276 281
277 #endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 282 #endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
OLDNEW
« no previous file with comments | « sync/protocol/managed_user_whitelist_specifics.proto ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698