chromium/services/network/shared_dictionary/shared_dictionary_constants.cc

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

#include "services/network/shared_dictionary/shared_dictionary_constants.h"

#include "base/functional/callback.h"

namespace network::shared_dictionary {

namespace {

// The size limit per shared dictionary,
constexpr size_t kDictionarySizeLimit =;  // 100 MiB;
size_t g_dictionary_size_limit =;

}  // namespace

const char kUseAsDictionaryHeaderName[] =;
const char kOptionNameMatch[] =;
const char kOptionNameMatchDest[] =;
const char kOptionNameType[] =;
const char kOptionNameId[] =;

size_t GetDictionarySizeLimit() {}

base::ScopedClosureRunner SetDictionarySizeLimitForTesting(  // IN-TEST
    size_t dictionary_size_limit) {}

}  // namespace network::shared_dictionary