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

Unified Diff: net/spdy/spdy_flags.cc

Issue 2339473005: Sort SPDY flags alphabetically and move to net namespace. (Closed)
Patch Set: Created 4 years, 3 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 e9415bce79abf96d95380d3eee9c96dd5e50f38c..ad4a2b1fc08ed0fc3e3f337677d64b0d85e7f3f3 100644
--- a/net/spdy/spdy_flags.cc
+++ b/net/spdy/spdy_flags.cc
@@ -4,8 +4,7 @@
#include "net/spdy/spdy_flags.h"
-// Use NestedSpdyFramerDecoder.
-bool FLAGS_use_nested_spdy_framer_decoder = false;
+namespace net {
// If true, SpdyFramer uses the new visitor methods OnHeaderFrameStart and
// OnHeaderFrameEnd. Fourth attempt.
@@ -13,3 +12,8 @@ bool FLAGS_chromium_http2_flag_spdy_framer_use_new_methods4 = true;
// Use SpdyHeaderBlock::AppendValueOrAddHeader when adding to headers.
bool FLAGS_chromium_http2_flag_use_new_spdy_header_block_header_joining = true;
+
+// Use NestedSpdyFramerDecoder.
+bool FLAGS_use_nested_spdy_framer_decoder = false;
+
+} // namespace net
« 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