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

Unified Diff: net/spdy/hpack_encoder.h

Issue 246383003: HPACK: Refactor and expand HpackHeaderTable indexing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add NET_EXPORT_PRIVATE on HpackEntry::Comparator Created 6 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 | « net/spdy/hpack_decoder_test.cc ('k') | net/spdy/hpack_encoding_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack_encoder.h
diff --git a/net/spdy/hpack_encoder.h b/net/spdy/hpack_encoder.h
index 12fa8b458740ba10bf5a287b02a47d39e64decf8..4b474fc449debf5a1ccd4d6ad47871fa09151d74 100644
--- a/net/spdy/hpack_encoder.h
+++ b/net/spdy/hpack_encoder.h
@@ -12,7 +12,6 @@
#include "base/macros.h"
#include "base/strings/string_piece.h"
#include "net/base/net_export.h"
-#include "net/spdy/hpack_encoding_context.h"
// An HpackEncoder encodes header sets as outlined in
// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-06
@@ -40,7 +39,6 @@ class NET_EXPORT_PRIVATE HpackEncoder {
std::vector<base::StringPiece>* out);
uint32 max_string_literal_size_;
- HpackEncodingContext context_;
DISALLOW_COPY_AND_ASSIGN(HpackEncoder);
};
« no previous file with comments | « net/spdy/hpack_decoder_test.cc ('k') | net/spdy/hpack_encoding_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698