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

Unified Diff: net/spdy/spdy_flags.cc

Issue 2716393002: Deprecate hpack_table_size flag, remove dead code. (Closed)
Patch Set: Created 3 years, 10 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/spdy_flags.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_flags.cc
diff --git a/net/spdy/spdy_flags.cc b/net/spdy/spdy_flags.cc
index b8975205d687641dedf0f8f984caf7232aba20b0..4ff63c5f9e1c91a968fab6c487fd259fa48cb014 100644
--- a/net/spdy/spdy_flags.cc
+++ b/net/spdy/spdy_flags.cc
@@ -18,10 +18,6 @@ bool FLAGS_chromium_http2_flag_spdy_use_hpack_decoder2 = false;
// Use //net/http2/hpack/decoder as complete HPACK decoder.
bool FLAGS_chromium_http2_flag_spdy_use_hpack_decoder3 = true;
-// If true, increase HPACK table size up to optimal size kOptTableSize if
-// clients allow it.
-bool FLAGS_chromium_reloadable_flag_increase_hpack_table_size = false;
-
// Use Http2FrameDecoderAdapter.
// TODO(jamessynge): Remove flag once no longer set by scripts.
bool FLAGS_chromium_http2_flag_spdy_use_http2_frame_decoder_adapter = false;
« no previous file with comments | « net/spdy/spdy_flags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698