| Index: chrome/browser/sync/protocol/sync.proto
|
| diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto
|
| index 31ecda9cd8f131635a1528084d4b52a654677b6f..ae118ce60de42330947759dc65cfe1335839db41 100644
|
| --- a/chrome/browser/sync/protocol/sync.proto
|
| +++ b/chrome/browser/sync/protocol/sync.proto
|
| @@ -586,6 +586,9 @@ message ClientCommand {
|
| // action and sending a commit message to the
|
| // server
|
| optional int32 sessions_commit_delay_seconds = 4;
|
| +
|
| + // Number of seconds to delay before the throttled client should retry.
|
| + optional int32 throttle_delay_seconds = 5;
|
| };
|
|
|
| message ClientToServerResponse {
|
|
|