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

Unified Diff: net/spdy/spdy_stream.h

Issue 403393003: HTTP retry support. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed according to comments. Created 6 years, 5 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
Index: net/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 3a4a283fd97e7c55144b6e4852852307bee63d71..d869c7a8f7c8b0d41af1370629d3c6700d3772ad 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -421,6 +421,8 @@ class NET_EXPORT_PRIVATE SpdyStream {
int64 raw_received_bytes() const { return raw_received_bytes_; }
+ int64 received_bytes() const { return recv_bytes_; }
+
bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const;
// Get the URL from the appropriate stream headers, or the empty

Powered by Google App Engine
This is Rietveld 408576698