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..31ecda9cd8f131635a1528084d4b52a654677b6f 100644 |
--- a/chrome/browser/sync/protocol/sync.proto |
+++ b/chrome/browser/sync/protocol/sync.proto |
@@ -581,6 +581,11 @@ message ClientCommand { |
optional int32 set_sync_long_poll_interval = 2; // in seconds |
optional int32 max_commit_batch_size = 3; |
+ |
+ // Number of seconds to delay between a sessions |
+ // action and sending a commit message to the |
+ // server |
+ optional int32 sessions_commit_delay_seconds = 4; |
}; |
message ClientToServerResponse { |