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

Unified Diff: net/spdy/chromium/spdy_flags.cc

Issue 2861893002: Deprecate remove_rewritelength flag. (Closed)
Patch Set: Created 3 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
Index: net/spdy/chromium/spdy_flags.cc
diff --git a/net/spdy/chromium/spdy_flags.cc b/net/spdy/chromium/spdy_flags.cc
index 2b9d1e5216969c1bc419cd56b18e58b6a213fe5c..b2c279b2bab048147f3544bb4b800da4691e9403 100644
--- a/net/spdy/chromium/spdy_flags.cc
+++ b/net/spdy/chromium/spdy_flags.cc
@@ -9,9 +9,6 @@ namespace net {
// Log compressed size of HTTP/2 requests.
bool FLAGS_chromium_http2_flag_log_compressed_size = true;
-// If true, remove use of SpdyFrameBuilder::OverwriteLength().
-bool FLAGS_chromium_http2_flag_remove_rewritelength = true;
-
// Use //net/http2/hpack/decoder as complete HPACK decoder.
bool FLAGS_chromium_http2_flag_spdy_use_hpack_decoder3 = true;

Powered by Google App Engine
This is Rietveld 408576698