Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3422)

Unified Diff: chrome/browser/sync/protocol/sync.proto

Issue 7491068: [Sync] Add flag for sessions commit delay in sync.proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clarify comment Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698