Index: sync/protocol/experiments_specifics.proto |
diff --git a/sync/protocol/experiments_specifics.proto b/sync/protocol/experiments_specifics.proto |
index 2779837e672ca78285bd14301c1efbf07fda4e5f..f834cb91c039297b50d29c9c3d136e78b2b582ca 100644 |
--- a/sync/protocol/experiments_specifics.proto |
+++ b/sync/protocol/experiments_specifics.proto |
@@ -27,9 +27,11 @@ message AutofillCullingFlags { |
optional bool enabled = 1; |
} |
-// Whether the favicon sync datatypes are enabled. |
+// Whether the favicon sync datatypes are enabled, and what parameters |
+// they should operate under. |
message FaviconSyncFlags { |
optional bool enabled = 1; |
+ optional int32 favicon_sync_limit = 2 [default = 200]; |
} |
// Contains one flag or set of related flags. Each node of the experiments type |