chromium/net/http/alternate_protocol_usage.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_HTTP_ALTERNATE_PROTOCOL_USAGE_H_
#define NET_HTTP_ALTERNATE_PROTOCOL_USAGE_H_

namespace net {

// The reason why Chrome uses a specific transport protocol for HTTP semantics.
enum AlternateProtocolUsage {};

}  // namespace net

#endif  // NET_HTTP_ALTERNATE_PROTOCOL_USAGE_H_