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

Unified Diff: net/http/partial_data.h

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 | « net/http/mock_http_cache.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
diff --git a/net/http/partial_data.h b/net/http/partial_data.h
index 45bda39b43e954482be01ced96c8e04f81faf2dd..ea98ff00a8809cffa473ea14d0e467605b50427a 100644
--- a/net/http/partial_data.h
+++ b/net/http/partial_data.h
@@ -123,6 +123,7 @@ class PartialData {
void GetAvailableRangeCompleted(int result, int64 start);
int64 current_range_start_;
+ int64 current_range_end_;
int64 cached_start_;
int64 resource_size_;
int cached_min_len_;
« no previous file with comments | « net/http/mock_http_cache.cc ('k') | net/http/partial_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698