Index: chrome/browser/sync/engine/syncer_proto_util.h |
diff --git a/chrome/browser/sync/engine/syncer_proto_util.h b/chrome/browser/sync/engine/syncer_proto_util.h |
index d55e27718aea3a2feaf55bc3084933a67a0219b8..f28f8caddee309ae6febbce0308efa412d7efe46 100644 |
--- a/chrome/browser/sync/engine/syncer_proto_util.h |
+++ b/chrome/browser/sync/engine/syncer_proto_util.h |
@@ -115,6 +115,9 @@ class SyncerProtoUtil { |
const ClientToServerMessage& msg, |
sync_pb::ClientToServerResponse* response); |
+ static base::TimeDelta GetThrottleDelay( |
+ const sync_pb::ClientToServerResponse& response); |
+ |
friend class SyncerProtoUtilTest; |
FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, AddRequestBirthday); |
FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, PostAndProcessHeaders); |