Allow BackoffEntry to be serialized and deserialized.
commit6727a62ae541389ec4a5264b279485d75e2c4fe5
authorjohnme <johnme@chromium.org>
Thu, 7 May 2015 13:48:30 +0000 (7 06:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 7 May 2015 13:49:04 +0000 (7 13:49 +0000)
tree6751c549c89fb8e272d88c9bb14f3649cf230837
parent4bf04a8fa0eb387da78529f7765d4a2588628d93
Allow BackoffEntry to be serialized and deserialized.

This will be used by push messaging for https://crbug.com/465399,
where we need to continue retrying unregistration even if the browser
gets killed and restarted.

BUG=465399

Review URL: https://codereview.chromium.org/1023473003

Cr-Commit-Position: refs/heads/master@{#328755}
net/base/backoff_entry.cc
net/base/backoff_entry.h
net/base/backoff_entry_serializer.cc [new file with mode: 0644]
net/base/backoff_entry_serializer.h [new file with mode: 0644]
net/base/backoff_entry_serializer_unittest.cc [new file with mode: 0644]
net/net.gypi