chromium/chrome/browser/safe_browsing/extension_telemetry/remote_host_contacted_signal_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 "chrome/browser/safe_browsing/extension_telemetry/remote_host_contacted_signal.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace safe_browsing {

namespace {

TEST(RemoteHostContactedSignalTest, GeneratesUniqueIdForSignal) {}

// TODO(crbug.com/40913716): Remove test once new RHC
// interception flow is fully launched.
TEST(RemoteHostContactedSignalTest,
     GeneratesUniqueIdForSignalWithDefaultContactInitiator) {}

}  // namespace

}  // namespace safe_browsing