Chromium Code Reviews| Index: chrome/browser/sync/protocol/sync.proto |
| diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto |
| index 80cef9ff0373c7abb47a38afa4c6a333457155f1..8dcf9ffd1d656f8a6b99f7e52ce30c29a1617708 100644 |
| --- a/chrome/browser/sync/protocol/sync.proto |
| +++ b/chrome/browser/sync/protocol/sync.proto |
| @@ -581,6 +581,7 @@ message ClientCommand { |
| optional int32 set_sync_long_poll_interval = 2; // in seconds |
| optional int32 max_commit_batch_size = 3; |
| + optional int32 throttle_delay = 4; // in seconds |
|
akalin
2011/08/10 01:24:36
You probably want to re-sync and use a different n
akalin
2011/08/10 01:24:36
rename to throttle_delay_seconds
lipalani1
2011/08/10 19:04:05
Done.
lipalani1
2011/08/10 19:04:05
Done.
|
| }; |
| message ClientToServerResponse { |