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

Unified Diff: sync/sessions/sync_session.h

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/sessions/sync_session.h
diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h
index f5767206d2a1bb122c81bd554739cc35f65a01c9..9841a58b2d8ac4334acfb8954e0f80f25d3f6cf5 100644
--- a/sync/sessions/sync_session.h
+++ b/sync/sessions/sync_session.h
@@ -81,6 +81,9 @@ class SYNC_EXPORT_PRIVATE SyncSession {
// will buffer locally.
virtual void OnReceivedClientInvalidationHintBufferSize(int size) = 0;
+ // Called when server wants to schedule a retry GU.
+ virtual void OnReceivedGuRetryDelaySeconds(int delay_seconds) = 0;
+
protected:
virtual ~Delegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698