Chromium Code Reviews| Index: net/base/backoff_entry.h |
| diff --git a/net/base/backoff_entry.h b/net/base/backoff_entry.h |
| index 3efd32cee01468fb470e180db645cea27f58102e..c15fa7a8659889d37c0a46b0afa9f3f12d19326b 100644 |
| --- a/net/base/backoff_entry.h |
| +++ b/net/base/backoff_entry.h |
| @@ -24,6 +24,8 @@ namespace net { |
| // This utility class knows nothing about network specifics; it is |
| // intended for reuse in various networking scenarios. |
| class NET_EXPORT BackoffEntry : NON_EXPORTED_BASE(public base::NonThreadSafe) { |
| + friend class BackoffEntrySerializer; |
|
johnme
2016/10/03 12:18:22
Reviewers in https://codereview.chromium.org/10234
Olivier
2016/10/03 12:29:24
Done.
|
| + |
| public: |
| // The set of parameters that define a back-off policy. When modifying this, |
| // increment SERIALIZATION_VERSION_NUMBER in backoff_entry_serializer.cc. |