chromium/third_party/blink/common/client_hints/enabled_client_hints_unittest.cc

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

#include "third_party/blink/public/common/client_hints/enabled_client_hints.h"

#include <optional>

#include "base/memory/scoped_refptr.h"
#include "base/test/scoped_feature_list.h"
#include "net/http/http_response_headers.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.h"

namespace blink {

WebClientHintsType;
ElementsAre;

class EnabledClientHintsTest : public testing::Test {};

TEST_F(EnabledClientHintsTest, EnabledClientHint) {}

TEST_F(EnabledClientHintsTest, DisabledClientHint) {}

TEST_F(EnabledClientHintsTest, EnabledClientHintOnDisabledFeature) {}

TEST_F(EnabledClientHintsTest, GetEnabledHints) {}

}  // namespace blink