Index: chrome/browser/sync/protocol/sync.proto |
diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto |
index 32a883307b412e0759dc2d9b3672cef328d3b3a7..be947ad3477abbe134a0a9e894d8df7113278033 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 { |