diff options
author | avi <avi@chromium.org> | 2014-12-28 15:31:48 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-28 23:32:58 +0000 |
commit | 48fc13b16667c53399774daeccdb1ce5a625578f (patch) | |
tree | c8bcbfa3152d2d1e38e2fc0633ae4763b73eaa33 /net/http/http_vary_data.h | |
parent | afa7602b2e8b0f3640ab681b8132a970bd133933 (diff) | |
download | chromium_src-48fc13b16667c53399774daeccdb1ce5a625578f.zip chromium_src-48fc13b16667c53399774daeccdb1ce5a625578f.tar.gz chromium_src-48fc13b16667c53399774daeccdb1ce5a625578f.tar.bz2 |
Remove deprecated methods from Pickle.
BUG=444578
TEST=none
R=nasko@chromium.org
TBR=ben@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/b740bfe23ae7ad244356a4a7538b95ae560251db
Review URL: https://codereview.chromium.org/818833004
Cr-Commit-Position: refs/heads/master@{#309691}
Diffstat (limited to 'net/http/http_vary_data.h')
-rw-r--r-- | net/http/http_vary_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_vary_data.h b/net/http/http_vary_data.h index ec97956..bc60c1f 100644 --- a/net/http/http_vary_data.h +++ b/net/http/http_vary_data.h @@ -52,7 +52,7 @@ class NET_EXPORT_PRIVATE HttpVaryData { // is_valid() will return true. Otherwise, false is returned to indicate // that this object is marked as invalid. // - bool InitFromPickle(const Pickle& pickle, PickleIterator* pickle_iter); + bool InitFromPickle(PickleIterator* pickle_iter); // Call this method to persist the vary data. Illegal to call this on an // invalid object. |