chromium/extensions/common/api/messaging/port_id.cc

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

#include "extensions/common/api/messaging/port_id.h"

#include <tuple>

namespace extensions {

PortId::PortId() = default;
PortId::PortId(const base::UnguessableToken& context_id,
               int port_number,
               bool is_opener,
               mojom::SerializationFormat format)
    :{}
PortId::~PortId() = default;
PortId::PortId(PortId&& other) = default;
PortId::PortId(const PortId& other) = default;
PortId& PortId::operator=(const PortId& other) = default;

bool PortId::operator==(const PortId& other) const {}

bool PortId::operator<(const PortId& other) const {}

}  // namespace extensions