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

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

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/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

Powered by Google App Engine
This is Rietveld 408576698