chromium/chrome/browser/safe_browsing/extension_telemetry/remote_host_contacted_signal.cc

// Copyright 2022 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 "base/strings/string_util.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"

namespace safe_browsing {

RemoteHostContactedSignal::RemoteHostContactedSignal(
    const extensions::ExtensionId& extension_id,
    const GURL& host_url,
    RemoteHostInfo::ProtocolType protocol)
    :{}

RemoteHostContactedSignal::RemoteHostContactedSignal(
    const extensions::ExtensionId& extension_id,
    const GURL& host_url,
    RemoteHostInfo::ProtocolType protocol,
    RemoteHostInfo::ContactInitiator contact_initiator)
    :{}

RemoteHostContactedSignal::~RemoteHostContactedSignal() = default;

std::string RemoteHostContactedSignal::GetUniqueRemoteHostContactedId() const {}

ExtensionSignalType RemoteHostContactedSignal::GetType() const {}

}  // namespace safe_browsing