Index: net/spdy/spdy_session.h |
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
index 0e0d08b80fc42af857c97763832f1a7e30fa4dcb..e7c2ab1d6814e3b972d7dfad33a75a9bc58a833b 100644 |
--- a/net/spdy/spdy_session.h |
+++ b/net/spdy/spdy_session.h |
@@ -66,9 +66,6 @@ |
// Maximum number of concurrent streams we will create, unless the server |
// sends a SETTINGS frame with a different value. |
const size_t kInitialMaxConcurrentStreams = 100; |
- |
-// Specifies the maximum HPACK dynamic table size the server is allowed to set. |
-const int kMaxHeaderTableSize = 64 * 1024; |
// Specifies the maximum concurrent streams server could send (via push). |
const int kMaxConcurrentPushedStreams = 1000; |