chromium/net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc

#include "quiche/http2/adapter/http2_util.h"

#include "quiche/spdy/core/spdy_protocol.h"

namespace http2 {
namespace adapter {
namespace {

ConnectionError;
InvalidFrameError;

}  // anonymous namespace

spdy::SpdyErrorCode TranslateErrorCode(Http2ErrorCode code) {}

Http2ErrorCode TranslateErrorCode(spdy::SpdyErrorCode code) {}

absl::string_view ConnectionErrorToString(ConnectionError error) {}

absl::string_view InvalidFrameErrorToString(
    Http2VisitorInterface::InvalidFrameError error) {}

bool DeltaAtLeastHalfLimit(int64_t limit, int64_t /*size*/, int64_t delta) {}

}  // namespace adapter
}  // namespace http2