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

Unified Diff: sync/protocol/client_commands.proto

Issue 14963002: sync: Report GetUpdate triggers to the server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes Created 7 years, 7 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 e57425506ec1a65dd18dbe15f30157892359fbd9..c3c18ef76c01879390196a0a7a1bf7431cf1ab18 100644
--- a/sync/protocol/client_commands.proto
+++ b/sync/protocol/client_commands.proto
@@ -28,4 +28,7 @@ message ClientCommand {
// Number of seconds to delay before the throttled client should retry.
optional int32 throttle_delay_seconds = 5;
+
+ // Maximum number of local nudges to buffer per-type.
+ optional int32 client_invalidation_hint_buffer_size = 6;
};

Powered by Google App Engine
This is Rietveld 408576698