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

Unified Diff: sync/engine/syncer_proto_util.h

Issue 10454105: sync: Refactor per-datatype throttling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up and rebased Created 8 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
Index: sync/engine/syncer_proto_util.h
diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h
index e8086b5502f220a7bbc6b84aba77f14121429e3d..8de8db288c250be2b6841a2aa5164b7071c8f3b7 100644
--- a/sync/engine/syncer_proto_util.h
+++ b/sync/engine/syncer_proto_util.h
@@ -33,6 +33,7 @@ class SyncSessionContext;
}
class ClientToServerMessage;
+class ThrottledDataTypeTracker;
class ServerConnectionManager;
class SyncEntity;
class CommitResponse_EntryResponse;
@@ -120,7 +121,7 @@ class SyncerProtoUtil {
static void HandleThrottleError(const SyncProtocolError& error,
const base::TimeTicks& throttled_until,
- sessions::SyncSessionContext* context,
+ browser_sync::ThrottledDataTypeTracker* dttm,
sessions::SyncSession::Delegate* delegate);
friend class SyncerProtoUtilTest;

Powered by Google App Engine
This is Rietveld 408576698