| Index: chrome/browser/sync/protocol/sync.proto
|
| diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto
|
| index c2c1f613ea4d0f0793e4a225041156e04d16a233..8941eb2e993b675e63b1a19b65745e3282827a15 100644
|
| --- a/chrome/browser/sync/protocol/sync.proto
|
| +++ b/chrome/browser/sync/protocol/sync.proto
|
| @@ -387,6 +387,9 @@ message GetUpdatesMessage {
|
| // containing GetUpdatesStreamingResponse. These ClientToServerResponses are
|
| // delimited by a length prefix, which is encoded as a varint.
|
| optional bool streaming = 7 [default = false];
|
| +
|
| + // Whether to request the syncable_bookmarks permanent item.
|
| + optional bool include_syncable_bookmarks = 1000 [default = false];
|
| };
|
|
|
| message AuthenticateMessage {
|
|
|