chromium/components/subresource_filter/content/browser/safe_browsing_child_navigation_throttle_unittest.cc

// Copyright 2024 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/subresource_filter/content/browser/safe_browsing_child_navigation_throttle.h"

#include <memory>
#include <optional>

#include "base/functional/bind.h"
#include "base/strings/stringprintf.h"
#include "base/test/metrics/histogram_tester.h"
#include "components/subresource_filter/content/shared/browser/child_frame_navigation_test_utils.h"
#include "components/subresource_filter/core/browser/subresource_filter_constants.h"
#include "components/subresource_filter/core/mojom/subresource_filter.mojom.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/test/navigation_simulator.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace subresource_filter {

class SafeBrowsingChildNavigationThrottleTest
    : public ChildFrameNavigationFilteringThrottleTestHarness {};

TEST_F(SafeBrowsingChildNavigationThrottleTest, DelayMetrics) {}

TEST_F(SafeBrowsingChildNavigationThrottleTest, DelayMetricsDryRun) {}

}  // namespace subresource_filter