| Index: sync/protocol/nigori_specifics.proto
|
| diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto
|
| index 50f50142a2a2986458eede79a53176f5442607ac..8a0effda2d3604f69320f5a7c9a50549023be9a9 100644
|
| --- a/sync/protocol/nigori_specifics.proto
|
| +++ b/sync/protocol/nigori_specifics.proto
|
| @@ -90,5 +90,8 @@ message NigoriSpecifics {
|
| // User device information. Contains information about each device that has a
|
| // sync-enabled Chrome browser connected to the user account.
|
| repeated DeviceInformation device_information = 28;
|
| +
|
| + // Enable syncing favicons as part of tab sync.
|
| + optional bool sync_tab_favicons = 29;
|
| }
|
|
|
|
|