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

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: Fix handling of NEW_CLIENT GU source 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
« no previous file with comments | « sync/internal_api/sync_manager_impl.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « sync/internal_api/sync_manager_impl.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698