blob: 033769bc7f92a01f2d67a975310f3efe866d28b4 [file] [log] [blame]
// Copyright 2020 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/quiche/common/platform/impl/quiche_flags_impl.h"
#define QUIC_FLAG(flag, value) bool flag = value;
#include "net/third_party/quiche/src/quic/core/quic_flags_list.h"
#undef QUIC_FLAG