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

Unified Diff: net/spdy/core/spdy_framer.h

Issue 2861893002: Deprecate remove_rewritelength flag. (Closed)
Patch Set: missed a SPDY_BUG Created 3 years, 7 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/core/spdy_frame_builder.cc ('k') | net/spdy/core/spdy_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_framer.h
diff --git a/net/spdy/core/spdy_framer.h b/net/spdy/core/spdy_framer.h
index 7407914058f4ad6cb95f94db769c9d1b255a1b66..87c6959409fd36d13999b344add6a8bdb675eb5f 100644
--- a/net/spdy/core/spdy_framer.h
+++ b/net/spdy/core/spdy_framer.h
@@ -979,9 +979,6 @@ class SPDY_EXPORT_PRIVATE SpdyFramer {
// If true, then ProcessInput returns after processing a full frame,
// rather than reading all available input.
bool process_single_input_frame_ = false;
-
- // Latched value of FLAGS_chromium_http2_flag_remove_rewritelength.
- bool skip_rewritelength_ = false;
};
} // namespace net
« no previous file with comments | « net/spdy/core/spdy_frame_builder.cc ('k') | net/spdy/core/spdy_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698