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

Unified Diff: net/http/partial_data.h

Issue 437074: Merge 33133 - Http cache: Add code to restart a network request when the... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month 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 | « net/http/http_cache_unittest.cc ('k') | net/http/partial_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/partial_data.h
===================================================================
--- net/http/partial_data.h (revision 33152)
+++ net/http/partial_data.h (working copy)
@@ -46,8 +46,8 @@
// removed.
void SetHeaders(const std::string& headers);
- // Restores the byte-range header that was removed during Init(), by appending
- // the data to the provided |headers|.
+ // Restores the byte-range headers, by appending the byte range to the headers
+ // provided to SetHeaders().
void RestoreHeaders(std::string* headers) const;
// Builds the required |headers| to perform the proper cache validation for
« no previous file with comments | « net/http/http_cache_unittest.cc ('k') | net/http/partial_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698