Chromium Code Reviews| 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..66251f054986ba7073b24089740d1e1cb6e2e07d 100644 |
| --- a/chrome/browser/sync/engine/syncer_proto_util.h |
| +++ b/chrome/browser/sync/engine/syncer_proto_util.h |
| @@ -115,6 +115,8 @@ class SyncerProtoUtil { |
| const ClientToServerMessage& msg, |
| sync_pb::ClientToServerResponse* response); |
| + static int GetThrottleDelay(const sync_pb::ClientToServerResponse& response); |
|
akalin
2011/08/10 01:24:36
change to return TimeDelta
lipalani1
2011/08/10 19:04:05
Done.
|
| + |
| friend class SyncerProtoUtilTest; |
| FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, AddRequestBirthday); |
| FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, PostAndProcessHeaders); |