chromium/chrome/browser/policy/test/shared_dictionary_policy_browsertest.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 <vector>

#include "base/strings/utf_string_conversions.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/test_future.h"
#include "chrome/browser/policy/policy_test_utils.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/test/base/ui_test_utils.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/core/common/policy_types.h"
#include "components/policy/policy_constants.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/storage_partition.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "net/extras/shared_dictionary/shared_dictionary_usage_info.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
#include "services/network/public/cpp/features.h"
#include "services/network/public/mojom/network_context.mojom.h"
#include "url/gurl.h"

namespace policy {

class SharedDictionaryPolicyTest : public PolicyTest {};

IN_PROC_BROWSER_TEST_F(SharedDictionaryPolicyTest,
                       CompressionDictionaryTransportDefault) {}

IN_PROC_BROWSER_TEST_F(SharedDictionaryPolicyTest,
                       CompressionDictionaryTransportEnabled) {}

IN_PROC_BROWSER_TEST_F(SharedDictionaryPolicyTest,
                       CompressionDictionaryTransportDisabled) {}

}  // namespace policy