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

Unified Diff: net/spdy/spdy_flags.cc

Issue 2832973003: Split net/spdy into core and chromium subdirectories. (Closed)
Patch Set: Fix some more build rules. 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
« no previous file with comments | « net/spdy/spdy_flags.h ('k') | net/spdy/spdy_frame_builder.h » ('j') | 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
deleted file mode 100644
index 23956d6a5c1756c9c832710a92da73e12fe343d4..0000000000000000000000000000000000000000
--- a/net/spdy/spdy_flags.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "net/spdy/spdy_flags.h"
-
-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;
-
-// Use Http2FrameDecoderAdapter.
-// TODO(jamessynge): Remove flag once no longer set by scripts.
-bool FLAGS_chromium_http2_flag_spdy_use_http2_frame_decoder_adapter = true;
-
-// Use NestedSpdyFramerDecoder.
-bool FLAGS_use_nested_spdy_framer_decoder = false;
-
-} // namespace net
« no previous file with comments | « net/spdy/spdy_flags.h ('k') | net/spdy/spdy_frame_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698