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

Unified Diff: net/spdy/spdy_framer.h

Issue 13598037: Add helper function for SPDY 4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | net/spdy/spdy_framer.cc » ('j') | net/spdy/spdy_framer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer.h
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
index 9cf6b784d142950a60e87e49ecc1d4543ee695f3..f4c8abe3a330f6a0d2311f218a11f95dfd4adabd 100644
--- a/net/spdy/spdy_framer.h
+++ b/net/spdy/spdy_framer.h
@@ -488,6 +488,9 @@ class NET_EXPORT_PRIVATE SpdyFramer {
size_t GetWindowUpdateSize() const;
size_t GetCredentialMinimumSize() const;
+ // Returns the maximum payload size of a DATA frame.
+ size_t GetDataFrameMaximumPayload() const;
+
// For debugging.
static const char* StateToString(int state);
static const char* ErrorCodeToString(int error_code);
« no previous file with comments | « no previous file | net/spdy/spdy_framer.cc » ('j') | net/spdy/spdy_framer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698