chromium/third_party/blink/renderer/platform/p2p/ipc_socket_factory_test.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 "third_party/blink/renderer/platform/p2p/ipc_socket_factory.h"

#include "base/test/task_environment.h"
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/p2p/socket_dispatcher.h"
#include "third_party/blink/renderer/platform/testing/fake_mojo_binding_context.h"
#include "third_party/blink/renderer/platform/wtf/cross_thread_functional.h"
#include "third_party/webrtc/rtc_base/network/ecn_marking.h"

namespace blink {

class IpcPacketSocketFactoryTest : public testing::Test {};

// Verify that the socket correctly handles the OPT_RECV_ECCN option.
TEST_F(IpcPacketSocketFactoryTest, SetOptions) {}

}  // namespace blink