chromium/services/network/public/cpp/net_log_mojom_traits.cc

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

#include "services/network/public/cpp/net_log_mojom_traits.h"

namespace mojo {

// static
bool EnumTraits<network::mojom::NetLogCaptureMode, net::NetLogCaptureMode>::
    FromMojom(network::mojom::NetLogCaptureMode capture_mode,
              net::NetLogCaptureMode* out) {}

// static
network::mojom::NetLogCaptureMode
EnumTraits<network::mojom::NetLogCaptureMode, net::NetLogCaptureMode>::ToMojom(
    net::NetLogCaptureMode capture_mode) {}

// static
bool EnumTraits<network::mojom::NetLogEventPhase, net::NetLogEventPhase>::
    FromMojom(network::mojom::NetLogEventPhase capture_mode,
              net::NetLogEventPhase* out) {}

// static
network::mojom::NetLogEventPhase
EnumTraits<network::mojom::NetLogEventPhase, net::NetLogEventPhase>::ToMojom(
    net::NetLogEventPhase capture_mode) {}

}  // namespace mojo