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

Unified Diff: sync/protocol/sync.proto

Issue 12092091: Separate sync and invalidation client IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « sync/notifier/p2p_invalidator_unittest.cc ('k') | sync/sessions/sync_session_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 44dd59086e16e83dc32fbb47080a9c86ee163581..43a1439d10842e93dd594856b12e550b81862502 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -565,6 +565,11 @@ message ClientToServerMessage {
// The client should set this on every message sent to the server, though its
// member fields may often be unset.
optional ClientStatus client_status = 13;
+
+ // The ID that our invalidation client used to identify itself to the server.
+ // Sending the ID here allows the server to not send notifications of our own
+ // changes to our invalidator.
+ optional string invalidator_client_id = 14;
};
message CommitResponse {
« no previous file with comments | « sync/notifier/p2p_invalidator_unittest.cc ('k') | sync/sessions/sync_session_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698