• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (c) 2022 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // NOLINT(build/header_guard)
6 // This file intentionally does not have header guards, it's intended to be
7 // included multiple times, each time with a different definition of
8 // QUICHE_PROTOCOL_FLAG.
9 
10 #if defined(QUICHE_PROTOCOL_FLAG)
11 
12 QUICHE_PROTOCOL_FLAG(bool, quiche_oghttp2_debug_trace, false,
13                      "If true, emits trace logs for HTTP/2 events.")
14 
15 #endif
16