chromium/third_party/blink/renderer/platform/loader/fetch/resource_fetcher_properties_test.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 "third_party/blink/renderer/platform/loader/fetch/resource_fetcher_properties.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/mojom/security_context/insecure_request_policy.mojom-blink.h"
#include "third_party/blink/public/mojom/service_worker/controller_service_worker_mode.mojom-blink.h"
#include "third_party/blink/renderer/platform/loader/fetch/fetch_client_settings_object.h"
#include "third_party/blink/renderer/platform/loader/fetch/fetch_client_settings_object_snapshot.h"
#include "third_party/blink/renderer/platform/loader/testing/test_resource_fetcher_properties.h"

namespace blink {

namespace {

class DetachableResourceFetcherPropertiesTest : public testing::Test {};

TEST_F(DetachableResourceFetcherPropertiesTest, DetachWithDefaultValues) {}

TEST_F(DetachableResourceFetcherPropertiesTest, DetachWithNonDefaultValues) {}

}  // namespace

}  // namespace blink