// 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 "content/browser/security/coop/cross_origin_opener_policy_status.h" #include "base/test/scoped_feature_list.h" #include "services/network/public/cpp/features.h" #include "services/network/public/mojom/cross_origin_opener_policy.mojom.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/origin.h" namespace content { COOP; Result; CrossOriginOpenerPolicyStatusTest; TEST(CrossOriginOpenerPolicyStatusTest, ShouldSwapBrowsingInstanceForCrossOriginOpenerPolicy) { … } } // namespace content