| Index: sync/protocol/experiments_specifics.proto
|
| diff --git a/sync/protocol/experiments_specifics.proto b/sync/protocol/experiments_specifics.proto
|
| index f40ed96b16daba819512c865b316e92e767c3597..2779837e672ca78285bd14301c1efbf07fda4e5f 100644
|
| --- a/sync/protocol/experiments_specifics.proto
|
| +++ b/sync/protocol/experiments_specifics.proto
|
| @@ -27,6 +27,11 @@ message AutofillCullingFlags {
|
| optional bool enabled = 1;
|
| }
|
|
|
| +// Whether the favicon sync datatypes are enabled.
|
| +message FaviconSyncFlags {
|
| + optional bool enabled = 1;
|
| +}
|
| +
|
| // Contains one flag or set of related flags. Each node of the experiments type
|
| // will have a unique_client_tag identifying which flags it contains. By
|
| // convention, the tag name should match the sub-message name.
|
| @@ -34,4 +39,5 @@ message ExperimentsSpecifics {
|
| optional KeystoreEncryptionFlags keystore_encryption = 1;
|
| optional HistoryDeleteDirectives history_delete_directives = 2;
|
| optional AutofillCullingFlags autofill_culling = 3;
|
| + optional FaviconSyncFlags favicon_sync = 4;
|
| }
|
|
|