chromium/components/safe_browsing/content/browser/client_side_detection_feature_cache_unittest.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 "components/safe_browsing/content/browser/client_side_detection_feature_cache.h"

#include <memory>
#include <string>

#include "base/strings/string_number_conversions.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

RenderFrameHost;
RenderFrameHostTester;

namespace safe_browsing {

ClientSideDetectionFeatureCacheTest;

TEST_F(ClientSideDetectionFeatureCacheTest, MaintainVerdictMapCap) {}

TEST_F(ClientSideDetectionFeatureCacheTest, VerdictEntriesSize) {}

}  // namespace safe_browsing