Index: net/spdy/hpack_encoder.h |
diff --git a/net/spdy/hpack_encoder.h b/net/spdy/hpack_encoder.h |
index db012e4f212a0ec8860e367e61f970200c063119..752f2f57ba53ad06523fb6dc7add3d5e4e9c3dfb 100644 |
--- a/net/spdy/hpack_encoder.h |
+++ b/net/spdy/hpack_encoder.h |
@@ -45,7 +45,6 @@ class NET_EXPORT_PRIVATE HpackEncoder { |
// Encodes the given header set into the given string. Only non-indexed |
// literal representations are emitted, bypassing the header table. Huffman |
// coding is also not used. Returns whether the encoding was successful. |
- // TODO(jgraettinger): Enable Huffman coding once the table as stablized. |
bool EncodeHeaderSetWithoutCompression( |
const std::map<std::string, std::string>& header_set, |
std::string* output); |