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

Unified Diff: sync/protocol/get_updates_caller_info.proto

Issue 11314008: sync: Follow-up to conflict resolution refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/get_updates_caller_info.proto
diff --git a/sync/protocol/get_updates_caller_info.proto b/sync/protocol/get_updates_caller_info.proto
index c921a8ded0b8f2c536139a64ff2d684f90246a0a..86fe9c83fbcb6467528d08270b429361b91d4dd8 100644
--- a/sync/protocol/get_updates_caller_info.proto
+++ b/sync/protocol/get_updates_caller_info.proto
@@ -18,7 +18,8 @@ message GetUpdatesCallerInfo {
NOTIFICATION = 3; // The source of the update was a p2p notification.
PERIODIC = 4; // The source of the update was periodic polling.
SYNC_CYCLE_CONTINUATION = 5; // The source of the update was a
- // continuation of a previous update.
+ // continuation of a previous sync cycle.
+ // No longer sent as of M24.
tim (not reviewing) 2012/10/26 22:44:06 Hmm. I think we should still use this to denote c
rlarocque 2012/10/31 23:48:20 As discussed offline, I think it would be better t
// This value is deprecated and was never used in production.
// CLEAR_PRIVATE_DATA = 6;

Powered by Google App Engine
This is Rietveld 408576698