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

Unified Diff: sync/protocol/get_updates_caller_info.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/get_updates_caller_info.proto
diff --git a/sync/protocol/get_updates_caller_info.proto b/sync/protocol/get_updates_caller_info.proto
index a54232489f74aed3dc030bf63d9ca2d6ed7fca70..ce37e6174f1288c621402c785a76711623f1995e 100644
--- a/sync/protocol/get_updates_caller_info.proto
+++ b/sync/protocol/get_updates_caller_info.proto
@@ -42,6 +42,7 @@ message GetUpdatesCallerInfo {
DATATYPE_REFRESH = 11; // A datatype has requested a refresh. This is
// typically used when datatype's have custom
// sync UI, e.g. sessions.
+ RETRY = 13; // A follow-up GU to pick up updates missed by previous GU.
}
required GetUpdatesSource source = 1;

Powered by Google App Engine
This is Rietveld 408576698