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

Unified Diff: net/base/backoff_entry.h

Issue 2390653002: Allow backoff entry serialization if clock is null. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | net/base/backoff_entry_serializer.cc » ('j') | net/base/backoff_entry_serializer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | net/base/backoff_entry_serializer.cc » ('j') | net/base/backoff_entry_serializer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698