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

Unified Diff: sync/protocol/client_commands.proto

Issue 124083002: Client-side changes to support retry GU. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: sync/protocol/client_commands.proto
diff --git a/sync/protocol/client_commands.proto b/sync/protocol/client_commands.proto
index c3c18ef76c01879390196a0a7a1bf7431cf1ab18..e36914a3aa42fdc07c8072a1cfa51e800ed7e144 100644
--- a/sync/protocol/client_commands.proto
+++ b/sync/protocol/client_commands.proto
@@ -31,4 +31,7 @@ message ClientCommand {
// Maximum number of local nudges to buffer per-type.
optional int32 client_invalidation_hint_buffer_size = 6;
+
+ // Time to wait before issuing a retry GU.
+ optional int32 gu_retry_delay_seconds = 7;
};

Powered by Google App Engine
This is Rietveld 408576698